BUG: SIDE doesn't enclose paths with quotes when passed to propeller-load
pedward
Posts: 1,642
I was trying to load a PEX file on to an SD card, but I kept getting a "usage" output from propeller-load.
The problem is that my username is "Perry Harrington" and the SIDE files are in my user directory. Propeller load sees the space in my name as a delimiter for parsing the command line and chokes.
The solution is to enclose the path in quotes.
The problem is that my username is "Perry Harrington" and the SIDE files are in my user directory. Propeller load sees the space in my name as a delimiter for parsing the command line and chokes.
The solution is to enclose the path in quotes.
Comments
Thanks for this report. I'll be working on this and Rsadeika's folder issues today.