mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
hound catch
This commit is contained in:
parent
4da0bcd5cd
commit
3ef475fcd3
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue