mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +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
|
||||
if len(cameras) == 0:
|
||||
raise KnownPublishError("Not camera found in review "
|
||||
raise KnownPublishError("No camera found in review "
|
||||
"instance: {}".format(instance))
|
||||
elif len(cameras) > 2:
|
||||
raise KnownPublishError(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue