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

Update path.py::mkdir #124

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

Update path.py::mkdir #124

wants to merge 1 commit into from

Conversation

khsrali
Copy link
Contributor

@khsrali khsrali commented Sep 16, 2024

FirecREST does not support exist_ok, it's somehow blended into parents.
This PR, checks if exist_ok=True, in that case sets p=True, regardless.

P.S. We still have issue eth-cscs/firecrest#202 open.
If exist_ok=False and parent=False, and file actually exists, it still might return a wrong error type: X-Invalid-Path instead of X-Exists , but that's another issue.

firecrest does not support `exist_ok`, it's somehow blended into `parents`
@ekouts ekouts self-requested a review October 15, 2024 10:05
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