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

Use path libs for constructing paths #139

Closed
datadavev opened this issue Sep 23, 2024 · 1 comment
Closed

Use path libs for constructing paths #139

datadavev opened this issue Sep 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@datadavev
Copy link
Member

hashstore_py_log = store_path + "/python_client.log"

Scattered throughout the code is a mix of format strings, string concatenation, and pathlib mechanisms used for constructing file path. Suggest just using pathlib or at least using os.path.join() for constructing paths.

@datadavev datadavev added the enhancement New feature or request label Sep 23, 2024
@doulikecookiedough
Copy link
Contributor

This has been completed via Feature-139: Path Construction & Clean Up

Note - Accidentally replied to wrong ticket.

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

No branches or pull requests

2 participants