fixed skipping jpex extraction

This commit is contained in:
iLLiCiTiT 2020-02-17 17:34:59 +01:00
parent 3a261c97df
commit d3823aecd1

View file

@ -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]