mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3951 - refactor
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
9b2a01bc99
commit
30916962c8
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ class ValidateSequenceFrames(pyblish.api.InstancePlugin):
|
|||
|
||||
def process(self, instance):
|
||||
representations = instance.data.get("representations")
|
||||
if not representations:
|
||||
return
|
||||
for repr in representations:
|
||||
repr_files = repr["files"]
|
||||
if isinstance(repr_files, str):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue