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

Fix for #4 - Windows Path Handling #5

Merged
merged 2 commits into from
May 10, 2019
Merged

Conversation

rzeigler
Copy link
Contributor

Uses path.normalize to convert / produced by glob to \ on windows.

glob seems to always generate forward slashes.
path.normalize will flip these on Windows.
Changes tested on Windows 10 and WSL Ubuntu on the same machine.
@gcanti gcanti merged commit 6848a49 into gcanti:master May 10, 2019
@gcanti
Copy link
Owner

gcanti commented May 10, 2019

Thanks @rzeigler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants