I saw a hard coded path in the code at line 10, the variable new_path. Could you remake this to an argument that you give the script in the command line. Similar to: "$ python script.py --new-path "yourpath", or something like that 🙂 This is because you usually don't want to go into the code and change anything as a user.
I saw a hard coded path in the code at line 10, the variable new_path. Could you remake this to an argument that you give the script in the command line. Similar to: "$ python script.py --new-path "yourpath", or something like that 🙂 This is because you usually don't want to go into the code and change anything as a user.