pyREtic
pyREtic copied to clipboard
pyREtic always throws when the Projects folder exists
When executing the following scenario:
- auto_remap "folder"
- select and download python runtime
- set_project auto_map
The pyREtic script needs to be restarted, but doing so will always cause pyREtic to throw the next time it is ran.
This could be fixed by changing pyREtic.py line 73 from if "Errno 17" not in str(err):
to if "Error 183" not in str(err):