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

refactor: replace os.path with pathlib.Path in helper.py #261

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mmtj
Copy link
Contributor

@mmtj mmtj commented Oct 31, 2023

Make the path building expression in read_json() less convoluted and more readable.

Replace os.path calls with pathlib.Path() object.

⚠ Pull Requests not made with this template will be automatically closed 🔥

Prerequisites

Why do we need this pull request?

To improve the code readability and to prevent potential mistakes in path handling code.

What GitHub issues does this fix?

Nothing, just a refactoring to improve code readability.

Copy / paste of output

No output needed, it should work the same as before the changes :)

Make the path building expression less convoluted and more readable.
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.

None yet

1 participant