Skip to content

Commit

Permalink
Merge pull request #4 from inus/argstest
Browse files Browse the repository at this point in the history
More args massaging
  • Loading branch information
inus authored May 16, 2024
2 parents 627072d + edaf868 commit a75b6c3
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 a75b6c3

Please sign in to comment.