Skip to content

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

Open
mmtj wants to merge 1 commit into
bee-san:mainfrom
mmtj:refactor/helper-use-pathlib-instead-of-os-path
Open

refactor: replace os.path with pathlib.Path in helper.py#261
mmtj wants to merge 1 commit into
bee-san:mainfrom
mmtj:refactor/helper-use-pathlib-instead-of-os-path

Conversation

@mmtj
Copy link
Copy Markdown
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.

1 participant