mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Also skip early if no representations in the data.
This commit is contained in:
parent
e2727ad15e
commit
c1210b2977
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class ExtractOIIOPostProcess(publish.Extractor):
|
|||
self.log.debug("No profiles present for OIIO Post Process")
|
||||
return
|
||||
|
||||
if "representations" not in instance.data:
|
||||
if not instance.data.get("representations"):
|
||||
self.log.debug("No representations, skipping.")
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue