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 15:30:53 +01:00 committed by GitHub
parent 596612cc99
commit a7e02c19e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,9 @@ class ExtractOIIOPostProcess(publish.Extractor):
options = None
def process(self, instance):
if instance.data.get("farm"):
self.log.debug("Should be processed on farm, skipping.")
return
if not self.profiles:
self.log.debug("No profiles present for OIIO Post Process")
return