Update client/ayon_core/plugins/publish/extract_oiio_postprocess.py

Co-authored-by: Mustafa Zaky Jafar <mustafataherzaky@outlook.com>
This commit is contained in:
Roy Nieterau 2025-11-27 14:10:55 +01:00 committed by GitHub
parent 4f332766f0
commit 2a5210ccc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,8 @@ class ExtractOIIOPostProcess(publish.Extractor):
# it's included in the profile check. As such, an instance may have
# a different profile applied per representation.
profile = self._get_profile(
instance
instance,
repre
)
if not profile:
continue