You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for the awesome script. Secondly, while being in the process of configuring my computer i decided to delete the config files and start from scratch.
I input pythonremote --reset and i stumbled upon the following error:
" subprocess.call(['rm', config_path + 'autoremote.json'])
NameError: name 'subprocess' is not defined"
I avoided that message by writing "import subprocess" in the pythonremote.py file.
Perhaps that is of some help.
Greetings
The text was updated successfully, but these errors were encountered:
First of all, thanks for the awesome script. Secondly, while being in the process of configuring my computer i decided to delete the config files and start from scratch.
I input pythonremote --reset and i stumbled upon the following error:
" subprocess.call(['rm', config_path + 'autoremote.json'])
NameError: name 'subprocess' is not defined"
I avoided that message by writing "import subprocess" in the pythonremote.py file.
Perhaps that is of some help.
Greetings
The text was updated successfully, but these errors were encountered: