You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
hashstore/src/hashstore/client.py
Line 750 in 294b4fe
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.The text was updated successfully, but these errors were encountered: