From 8a264b14f8a1619ec50493522b8f4006ec383c9b Mon Sep 17 00:00:00 2001 From: Mustafa Taher Date: Wed, 26 Jun 2024 15:54:25 +0300 Subject: [PATCH] Update doc string of CollectFilesForCleaningUp Co-authored-by: Roy Nieterau --- .../plugins/publish/collect_files_for_cleaning_up.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server_addon/houdini/client/ayon_houdini/plugins/publish/collect_files_for_cleaning_up.py b/server_addon/houdini/client/ayon_houdini/plugins/publish/collect_files_for_cleaning_up.py index a04c7a1f56..542fd6ded4 100644 --- a/server_addon/houdini/client/ayon_houdini/plugins/publish/collect_files_for_cleaning_up.py +++ b/server_addon/houdini/client/ayon_houdini/plugins/publish/collect_files_for_cleaning_up.py @@ -14,8 +14,9 @@ class CollectFilesForCleaningUp(plugin.HoudiniInstancePlugin, and adds them to file remove list. CAUTION: - This collector deletes the exported files and - deletes the parent folder if it was empty. + This collector registers exported files and + the parent folder (if it was empty) for deletion + in `ExplicitCleanUp` plug-in. Artists are free to change the file path in the ROP node. """