Skip to content

Commit

Permalink
temporarly fix for previously fixed bug (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
khsrali authored Jul 11, 2024
1 parent c40443c commit cfa46c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firecrest/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def mkdir(
try:
with self.convert_header_exceptions(
{
"X-A-Directory": FileExistsError # Note see: https://github.com/eth-cscs/firecrest/issues/172
"X-Invalid-Path": FileExistsError # Note see: https://github.com/eth-cscs/firecrest/issues/172
}
):
self._client.mkdir(self._machine, self.path, p=parents)
Expand Down

0 comments on commit cfa46c5

Please sign in to comment.