eth-cscs / pyfirecrest

Python wrappers for the FirecREST API
https://pyfirecrest.readthedocs.io
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

temporarly fix for previously fixed bug #112

Closed khsrali closed 4 months ago

khsrali commented 4 months ago

FirecREST is used to raise a wrong exception from utilities/mkdir on existing folder. This was fixed in #172, however, now instead of X-Exists, which is the expected response, it returns X-Invalid-Path (see the new issue #202 )

This PR will update the outdated wrong header exception, to the new wrong header exception :laughing: The purpose is to make things function, until issue #202 is solved on FirecREST.

Once that issue is resolved, the header exception should change appropriately to X-Exists