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 file separators #232

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix file separators #232

wants to merge 1 commit into from

Conversation

abjonnes
Copy link
Contributor

fixes #201; changes all path separators to be system agnostic by way of os.sep and os.path.join

@kaneda
Copy link
Contributor

kaneda commented Mar 15, 2016

This looks good to me, thanks @abjonnes ! Have you tested this yet?

@abjonnes
Copy link
Contributor Author

Yep! Everything works, and I missed one in twss so I've pushed a new commit.

@abjonnes
Copy link
Contributor Author

I did not test it on a windows machine, though!

@kaneda
Copy link
Contributor

kaneda commented May 7, 2016

Hey @abjonnes,

Did you have a chance to test this on a Windows machine?

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.

Generating configs on Windows has some broken folders due to forward slashes
2 participants