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. """