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

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Update path.py::mkdir #124

merged 1 commit into from
Oct 21, 2024

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
@khsrali
Copy link
Contributor Author

khsrali commented Oct 21, 2024

Hi @ekouts
I just see I'm assigned to my own PR, I assume this was a mistake(?) 😆
Or you expect me to do something here? :)

@ekouts ekouts merged commit 6fc19ce into eth-cscs:main Oct 21, 2024
8 checks passed
@ekouts
Copy link
Collaborator

ekouts commented Oct 21, 2024

Hi @khsrali , in this repo we usually use the "assignee" as the responsible for fixing possible review comments/syncing with main etc. 😅 No need for this one, I merged ;)

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.

2 participants