The plugin fails for users who have a space in the filepath of the file to be executed. For example, the below works:
>>> !Astro-Pi-Replay run C:\Users\Thonn\main.py
but this does not:
>>> !Astro-Pi-Replay run C:\Users\Awkward Name\main.py
There is no mention on how quotes are parsed (https://github.com/thonny/thonny/blob/master/thonny/plugins/help/shell.rst)[here], but that could be an option, else escaping the spaces.
The plugin fails for users who have a space in the filepath of the file to be executed. For example, the below works:
but this does not:
There is no mention on how quotes are parsed (https://github.com/thonny/thonny/blob/master/thonny/plugins/help/shell.rst)[here], but that could be an option, else escaping the spaces.