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

Consider use pathlib over os.path #138

Open
Jerakin opened this issue Feb 19, 2024 · 1 comment
Open

Consider use pathlib over os.path #138

Jerakin opened this issue Feb 19, 2024 · 1 comment

Comments

@Jerakin
Copy link
Contributor

Jerakin commented Feb 19, 2024

pathlib is the modern way to handle paths and in my opinion makes for more readable code.

Needs some looking into if the 3rd party libraries that are in use support pathlike objects or only string. If they only support string it might not be worth changing it.

@Linbreux
Copy link
Owner

@Jerakin Thanks for the suggestion. I'll look into it when I have some free time!

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