Merge branch 'develop' into enhancement/extract_review_use_dataclass_for_tempdata

This commit is contained in:
Roy Nieterau 2025-06-11 20:40:28 +02:00 committed by GitHub
commit f42551156f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,15 @@ class OCIOEnvHook(PreLaunchHook):
def execute(self):
"""Hook entry method."""
task_entity = self.data.get("task_entity")
if not task_entity:
self.log.info(
"Skipping OCIO Environment preparation."
"Task Entity is not available."
)
return
folder_entity = self.data["folder_entity"]
template_data = get_template_data(