hound catch

This commit is contained in:
Jakub Jezek 2023-12-19 14:05:47 +01:00
parent 4da0bcd5cd
commit 3ef475fcd3
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -61,9 +61,10 @@ class CollectColorspace(pyblish.api.InstancePlugin,
return colorspace_data["colorspace"]
else:
raise KnownPublishError(
"Collecting of colorspace failed. used config is missing "
"colorspace type: '{}' .".format(colorspace_data["type"])
"Please contact your pipeline TD."
(
"Collecting of colorspace failed. used config is missing "
"colorspace type: '{}' . Please contact your pipeline TD."
).format(colorspace_data['type'])
)
@classmethod