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

os.path instead of manual filename/path manipulation #28

Closed
jmmcd opened this issue Nov 25, 2016 · 1 comment
Closed

os.path instead of manual filename/path manipulation #28

jmmcd opened this issue Nov 25, 2016 · 1 comment

Comments

@jmmcd
Copy link
Collaborator

jmmcd commented Nov 25, 2016

In stats.py and a few other places, there is some manual manipulation of paths, using things like path + "../stats" -- this should be done in a cross-platform way using os.path.join and other functions in os.path.

@mikefenton
Copy link
Collaborator

Done.

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

No branches or pull requests

2 participants