Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Windows Support #26

Closed
wants to merge 1 commit into from
Closed

Windows Support #26

wants to merge 1 commit into from

Conversation

connec
Copy link

@connec connec commented Nov 14, 2011

There is a line in the current source that appends '/' to a path, which causes a later comparison to fail on Windows. I changed the '/' to path.join('_','_')[1] in order to get the correct directory separator for the platform, though there may be a nicer way to do this.

@connec
Copy link
Author

connec commented Apr 3, 2015

Closing. path.sep (e.g. #50) is obviously a better choice, now that it exists.

@connec connec closed this Apr 3, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant