mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Allow output node to be not collected, then correctly show error
This commit is contained in:
parent
13b72fa57c
commit
97f13a169b
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class ValidateVDBOutputNode(pyblish.api.InstancePlugin):
|
|||
@classmethod
|
||||
def get_invalid(cls, instance):
|
||||
|
||||
node = instance.data["output_node"]
|
||||
node = instance.data.get("output_node")
|
||||
if node is None:
|
||||
cls.log.error(
|
||||
"SOP path is not correctly set on "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue