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 exist_ok instead of explicit check for path exists when creating hash cache so it is multiprocess safe #735

Merged
merged 3 commits into from
Mar 18, 2024

changed exception to be ValueError when cache directory is a file, in…

db42246
Select commit
Loading
Failed to load commit list.
Merged

use exist_ok instead of explicit check for path exists when creating hash cache so it is multiprocess safe #735

changed exception to be ValueError when cache directory is a file, in…
db42246
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 17, 2024 in 0s

50.00% of diff hit (target 80.00%)

View this Pull Request on Codecov

50.00% of diff hit (target 80.00%)

Annotations

Check warning on line 66 in pydra/utils/hash.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pydra/utils/hash.py#L65-L66

Added lines #L65 - L66 were not covered by tests