mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-2042 - better error message in validator
This commit is contained in:
parent
2f2116b4bd
commit
53bbae2cbd
1 changed files with 3 additions and 1 deletions
|
|
@ -67,7 +67,9 @@ class ValidateRenderedFrames(pyblish.api.InstancePlugin):
|
|||
|
||||
if not repre.get("files"):
|
||||
msg = ("no frames were collected, "
|
||||
"you need to render them")
|
||||
"you need to render them.\n"
|
||||
"Check properties of write node (group) and"
|
||||
"select 'Local' option in 'Publish' dropdown.")
|
||||
self.log.error(msg)
|
||||
raise ValidationException(msg)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue