Skip to content
Snippets Groups Projects
Verified Commit 3ef5a12e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix f string

parent 648b3d27
No related branches found
No related tags found
No related merge requests found
Pipeline #3939 failed
......@@ -64,7 +64,7 @@ class APIView(View):
return self._success("", res)
except TypeError:
return self._error(
404, "xInfraBlueUnknownAPICall", "The API call {method} is not known"
404, "xInfraBlueUnknownAPICall", f"The API call {method} is not known"
)
def _xml_response(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment