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

Made "/" separator compatible across all operative systems #410

Closed
wants to merge 5 commits into from

Conversation

gabridele
Copy link
Collaborator

Closes #368

Changes proposed in this pull request

  • all references to paths using '/' where changed to more universal solutions like os.sep or using Path.pathlib

@gabridele gabridele marked this pull request as draft January 17, 2025 20:48
@tsalo tsalo added the refactor label Jan 22, 2025
@gabridele gabridele closed this Jan 23, 2025
@gabridele gabridele deleted the separator_fix branch January 23, 2025 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace hardcoded separators with os.sep (or pathlib stuff)
2 participants