From 6f2521bfb1483914c36b11dd1b6576d291f9f51f Mon Sep 17 00:00:00 2001 From: MustafaJafar Date: Mon, 22 Apr 2024 17:43:56 +0200 Subject: [PATCH] update a TODO --- .../houdini/plugins/publish/collect_files_for_cleaning_up.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/client/ayon_core/hosts/houdini/plugins/publish/collect_files_for_cleaning_up.py b/client/ayon_core/hosts/houdini/plugins/publish/collect_files_for_cleaning_up.py index e170dce4e0..1dbb6c413e 100644 --- a/client/ayon_core/hosts/houdini/plugins/publish/collect_files_for_cleaning_up.py +++ b/client/ayon_core/hosts/houdini/plugins/publish/collect_files_for_cleaning_up.py @@ -73,9 +73,8 @@ class CollectFilesForCleaningUp(pyblish.api.InstancePlugin, files.extend(sum(aovs.values(), [])) # Intermediate exported render files. - # TODO : For products like Karma, - # Karma has more intermediate files - # e.g. USD and checkpoint + # TODO : Clean up intermediate files of Karma product type. + # as "ifdFile" works for other render product types only. ifdFile = instance.data.get("ifdFile") if self.intermediate_exported_render and ifdFile: start_frame = instance.data.get("frameStartHandle", None)