ReactionMechanismGenerator / ReactionMechanismGenerator/ARC
Running a job when the path contains spaces crushes.
@MichalKesl is already working on this.
Since Aug 10, 2022.
- Dominant language
- Python
- Stars
- 51
- Forks
- 25
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 15
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.