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

Convert path references to pathlib calls #23

Open
Cronza opened this issue Nov 12, 2021 · 0 comments · May be fixed by #39
Open

Convert path references to pathlib calls #23

Cronza opened this issue Nov 12, 2021 · 0 comments · May be fixed by #39
Assignees
Labels
enhancement New feature or request

Comments

@Cronza
Copy link
Owner

Cronza commented Nov 12, 2021

Originally, the engine / editor used os.path for all path strings, but after realizing backslashes were enforced on windows (where only forward slashes were needed), this was dropped in favor of manually concatenating. pathlib should provide better support that os.path

@Cronza Cronza added the enhancement New feature or request label Nov 12, 2021
@Cronza Cronza self-assigned this Nov 12, 2021
This was referenced Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant