Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paths in YAML file require escaped backslashes (\\) when using windows #2

Open
jwouters91 opened this issue Oct 16, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@jwouters91
Copy link
Owner

jwouters91 commented Oct 16, 2019

When running shybrid on a windows machine, the paths provided in the YAML file need to have their backslashes escaped:

C:\\path\\to\\some\\folder instead of C:\path\to\some\folder

Preferably, if technically possible, this should be handled at the level of loading the YAML, rather than depending on the goodwill of the user to escape their backslashes.

@jwouters91 jwouters91 added enhancement New feature or request good first issue Good for newcomers and removed good first issue Good for newcomers labels Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant