Most appropriate sub-area of Processing 4?
Utilities
Processing version
4.4.4.
Operating system
MacOS 11.7.10 (Big Sur)
Steps to reproduce this
- Install 'processing-java' (via the Tools menu).
- Create a 'hello world' type sketch.
- Put it in a folder whose path does not contain spaces.
- Run e.g.
processing-java --sketch='/Users/philip/Temp/FolderA/hello/' --run.
- The sketch runs okay.
- Copy the sketch and put it in a folder whose path does contain a space.
- Run e.g.
processing-java --sketch '/Users/philip/Temp/Folder B/hello/' --run.
- You get the error
Error: got unexpected extra argument (B/hello/).
snippet
Additional context
I tried escaping the spaces in the path (e.g. processing-java --sketch '/Users/philip/Temp/Folder\ B/hello/' --run) but I get the same error.
Thanks!
Would you like to work on the issue?
No
Most appropriate sub-area of Processing 4?
Utilities
Processing version
4.4.4.
Operating system
MacOS 11.7.10 (Big Sur)
Steps to reproduce this
processing-java --sketch='/Users/philip/Temp/FolderA/hello/' --run.processing-java --sketch '/Users/philip/Temp/Folder B/hello/' --run.Error: got unexpected extra argument (B/hello/).snippet
Additional context
I tried escaping the spaces in the path (e.g.
processing-java --sketch '/Users/philip/Temp/Folder\ B/hello/' --run) but I get the same error.Thanks!
Would you like to work on the issue?
No