Closed normanrz closed 2 years ago
There was a typo that prevented the passed in file path to be read as settings file. Also, argv[0] is the name of the python script itself and argv[1] is the first real argument.
argv[0]
argv[1]
Thanks for the fix. I wonder how I tested the original code and did not notice that. :D
There was a typo that prevented the passed in file path to be read as settings file. Also,
argv[0]
is the name of the python script itself andargv[1]
is the first real argument.