mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
knownPublishError comment tweaks
This commit is contained in:
parent
8a2e9af886
commit
40fe7391b2
1 changed files with 3 additions and 2 deletions
|
|
@ -40,8 +40,9 @@ class CollectReview(pyblish.api.InstancePlugin,
|
|||
focal_length = camera.fov
|
||||
else:
|
||||
raise KnownPublishError(
|
||||
"Invalid object found in 'Review' container."
|
||||
" Only native max Camera supported"
|
||||
"Unable to find a valid camera in 'Review' container."
|
||||
" Only native max Camera supported. "
|
||||
f"Found objects: {cameras}"
|
||||
)
|
||||
creator_attrs = instance.data["creator_attributes"]
|
||||
attr_values = self.get_attr_values_from_data(instance.data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue