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 1128245 commit 7b85e9bCopy full SHA for 7b85e9b
services/catalog/src/simcore_service_catalog/api/rest/_services_resources.py
@@ -148,7 +148,7 @@ async def _get_service_labels(
148
# `busybox:latest` or `traefik:latest` because
149
# the director-v0 cannot extract labels from them
150
# and will fail validating the key or the version
151
- if err.status_code == status.HTTP_400_BAD_REQUEST:
+ if err.status_code == status.HTTP_422_UNPROCESSABLE_ENTITY:
152
return None
153
raise
154
0 commit comments