We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Utilities
4.4.4.
MacOS 11.7.10 (Big Sur)
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/)
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.
processing-java --sketch '/Users/philip/Temp/Folder\ B/hello/' --run
Thanks!
No
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: