We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8b5ed commit d680f3cCopy full SHA for d680f3c
packages/service-library/src/servicelib/aiohttp/rest_middlewares.py
@@ -150,7 +150,7 @@ def _handle_exception_as_http_error(
150
http_error_cls = get_http_error_class_or_none(status_code)
151
if http_error_cls is None:
152
msg = (
153
- f"No HTTP error class found for status code {status_code}, falling back to 500",
+ f"No HTTP error class found for status code {status_code}, falling back to 500"
154
)
155
raise ValueError(msg)
156
0 commit comments