pyREtic icon indicating copy to clipboard operation
pyREtic copied to clipboard

pyREtic always throws when the Projects folder exists

Open aevitas opened this issue 9 years ago • 0 comments

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):

aevitas avatar Sep 04 '15 14:09 aevitas