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

Draft
wants to merge 6 commits into
base: main
Choose a base branch
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
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

Successfully merging this pull request may close these issues.

Replace hardcoded separators with os.sep (or pathlib stuff)
1 participant