mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fixed skipping jpex extraction
This commit is contained in:
parent
3a261c97df
commit
d3823aecd1
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class ExtractJpegEXR(pyblish.api.InstancePlugin):
|
|||
self.log.debug(repre)
|
||||
if 'review' in repre['tags'] or "thumb-nuke" in repre['tags']:
|
||||
if not isinstance(repre['files'], list):
|
||||
return
|
||||
continue
|
||||
|
||||
input_file = repre['files'][0]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue