-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Is your feature request related to a problem? Please describe.
Trying to run arc as excusable in a directory with spaces in the name, causes failures.
Describe the solution you'd like
Whenever a job directory is called, if the path has spaces. replace them with a back slash, meaning:
path = P rojects/ runs
Then it will become:
path = P\ rojects/ runs
For users
If you are a user, and have encountered this issue, please refrain from running jobs from folders with spaces until this issue is resolved.