You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: