-
Notifications
You must be signed in to change notification settings - Fork 82
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
Fix windows paths #158
Fix windows paths #158
Conversation
I tested the branch on a Windows machine. I tried a couple of scenarios, here's the log in the meantime: I also tested dirs with spaces and ending the path with I think we can still improve the path handling part, but at least it is working for now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, paths with spaces are now handled properly but still need to be wrapped with ", which is expected anyway.
Inspired by @kousu and #95.
Definitively need some testing on windows.