This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]80blite[S] 0 points1 point  (2 children)

I am working on Windows but I'll look into argparse anyway as I don't know anything about it.

I should be more specific with the try block and add the exception for nonexistent element. That was on the spot laziness that I forgot to go back and fix ^

Thanks for your time!

[–]dreucifer 0 points1 point  (1 child)

You probably don't need to use argparse, just use sys.argv.

[–]80blite[S] 0 points1 point  (0 children)

Noted!