ReactionMechanismGenerator / ReactionMechanismGenerator/ARC

Running a job when the path contains spaces crushes.

Open
#535 0 comments 0 reactions 1 assignee View on GitHub

@MichalKesl is already working on this.

Since Aug 10, 2022.

Good first issue Module: Job Module: Local Topic: Server Type: Error Type: Feature
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.