Skip to content

Commit

Permalink
More args massaging
Browse files Browse the repository at this point in the history
  • Loading branch information
inus committed May 16, 2024
1 parent a072d8a commit 775c6fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fb_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,5 @@ def main(*fbe_arg):
rmtree('/tmp/firebird')

if __name__ == '__main__':
main()
sys.argv.pop(0)
main( ''.join(sys.argv))

0 comments on commit 775c6fa

Please sign in to comment.