mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound
This commit is contained in:
parent
fa11a2bfdc
commit
291fd65b09
1 changed files with 2 additions and 4 deletions
|
|
@ -19,12 +19,10 @@ class ValidateTyFlowData(pyblish.api.InstancePlugin):
|
|||
2. Validate if tyFlow operator Export Particle exists
|
||||
|
||||
"""
|
||||
report = []
|
||||
|
||||
invalid_object = self.get_tyflow_object(instance)
|
||||
if invalid_object:
|
||||
raise PublishValidationError(
|
||||
f"Non tyFlow object found: {invalid_object}")
|
||||
raise PublishValidationError(
|
||||
f"Non tyFlow object found: {invalid_object}")
|
||||
|
||||
invalid_operator = self.get_tyflow_operator(instance)
|
||||
if invalid_operator:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue