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 Windows path separator bug #82

Merged
merged 2 commits into from
Mar 17, 2020

Conversation

vViktorPL
Copy link
Contributor

This should fix #81 bug. The problem was that OS path separator was used to split file paths, however as paths are listed through glob lib which is platform agnostic in terms of the output scan paths and always separates file paths with /: see details here.

@dillonkearns
Copy link
Owner

@all-contributors please add @vViktorPL for code.

@allcontributors
Copy link
Contributor

@dillonkearns

I've put up a pull request to add @vViktorPL! 🎉

Repository owner deleted a comment from allcontributors bot Mar 17, 2020
@dillonkearns dillonkearns merged commit 51c2b39 into dillonkearns:master Mar 17, 2020
@dillonkearns
Copy link
Owner

@all-contributors please add @y0hy0h for userTesting.

@allcontributors
Copy link
Contributor

@dillonkearns

I've put up a pull request to add @y0hy0h! 🎉

Repository owner deleted a comment from allcontributors bot Mar 17, 2020
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.

Compiler error on Windows when using directories due to slash
3 participants