ianBBB / boa-constructor

Updating the Boa Constructor IDE for operation with python 3.X and wxpython 4.2.X
https://ianbbb.github.io/boa-constructor/
0 stars 0 forks source link

Fixed : Directory paths with spaces caused errors. #25

Closed ianBBB closed 5 months ago

ianBBB commented 5 months ago

If the path to the saved program (or the current working directory) contained a space, then this produced an error as the space was seen by the operating system (Window, in this case) as the end of the command and the rest of the directory path was seen as the first parameter. Of course the path cannot be found. Wrapped the paths in quotes to fix the problem.