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

data.py is full of + for string concatenation rather than os.path.join() #139

Open
trevorhardy opened this issue Mar 1, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@trevorhardy
Copy link
Collaborator

All kinds of pathing problems on Windows are created by using + instead of os.path.join(). Many of the paths defined in data.py that are intended to be user-accessible are unusable as they contain mixed slashes (/, \).

@trevorhardy trevorhardy added the bug label Mar 1, 2024
@trevorhardy trevorhardy self-assigned this Mar 4, 2024
@trevorhardy trevorhardy added this to the FY24-04 milestone Mar 4, 2024
@trevorhardy
Copy link
Collaborator Author

Tested to be working on macOS and put into PR #142.

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

No branches or pull requests

1 participant