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

Adding and committing .gitignore does not properly escape path #120

Open
JCDClark opened this issue Mar 30, 2017 · 0 comments
Open

Adding and committing .gitignore does not properly escape path #120

JCDClark opened this issue Mar 30, 2017 · 0 comments
Labels

Comments

@JCDClark
Copy link

For paths to .gitgnore files that contain spaces (for example, one of our components contains a space and we include the component root in the load), adding and committing .gitignore files produces an error in the migration.

I believe this is due to gitFunctions.py:33 and possibly gitFunctions.py:311 and these lines should make use of a shell.quote invocation.

@WtfJoke WtfJoke added the bug label Apr 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants