eth-cscs / firecrest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`/utilities/symlink` returns incorrect failure header for existing file

chrisjsewell opened this issue · comments

X-Error is returned rather than the expected X-Exists

{'Content-Type': 'application/json', 'Content-Length': '158', 'Connection': 'keep-alive', 'Server': 'gunicorn', 'Date': 'Wed, 28 Jun 2023 14:40:18 GMT', 'X-Error': "ln: failed to create symbolic link '/home/service-account-firecrest-sample/symlink.txt': File exists", 'vary': 'Origin', 'Access-Control-Allow-Origin': '*', 'X-Kong-Upstream-Latency': '265', 'X-Kong-Proxy-Latency': '14', 'Via': 'kong/2.5.0'}

Hi @chrisjsewell ,

This can be closed since IIRC it was already fixed.
Don't hesitate on opening the issue again if the problem persists.

Cheers