mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update openpype/hosts/maya/plugins/publish/collect_review.py
Co-authored-by: Toke Jepsen <tokejepsen@gmail.com>
This commit is contained in:
parent
745e16df56
commit
6d4e01dad5
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class CollectReview(pyblish.api.InstancePlugin):
|
||||||
|
|
||||||
# validate required settings
|
# validate required settings
|
||||||
if len(cameras) == 0:
|
if len(cameras) == 0:
|
||||||
raise KnownPublishError("Not camera found in review "
|
raise KnownPublishError("No camera found in review "
|
||||||
"instance: {}".format(instance))
|
"instance: {}".format(instance))
|
||||||
elif len(cameras) > 2:
|
elif len(cameras) > 2:
|
||||||
raise KnownPublishError(
|
raise KnownPublishError(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue