Skip to content

Running a job when the path contains spaces crushes. #535

@kfir4444

Description

@kfir4444

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions