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

Generating configs on Windows has some broken folders due to forward slashes #201

Open
ghost opened this issue Aug 9, 2015 · 1 comment · May be fixed by #232
Open

Generating configs on Windows has some broken folders due to forward slashes #201

ghost opened this issue Aug 9, 2015 · 1 comment · May be fixed by #232

Comments

@ghost
Copy link

ghost commented Aug 9, 2015

It seems like using os.getcwd() on windows causes the config to look like this:

# Directories to load user modules from
# e.g. /path/to/my/modules
extra = [ 'c:\Users\Bekey\Desktop\buffy/modules/' ]

which then causes issues because it tries to escape the first character of every folder.

@kaneda
Copy link
Contributor

kaneda commented Aug 9, 2015

Yeah, all of this should be replaced by the os path separator, simply fix to make this system agnostic

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

Successfully merging a pull request may close this issue.

2 participants