Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
naderm committed Mar 17, 2017
1 parent 0deec0d commit 8bf11b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycamv/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
if __name__ == "__main__":
multiprocessing.freeze_support()

main.main(sys.args[1:])
main.main(sys.argv[1:])

0 comments on commit 8bf11b5

Please sign in to comment.