Update doc string of CollectFilesForCleaningUp

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Mustafa Taher 2024-06-26 15:54:25 +03:00 committed by GitHub
parent 09b0364d2c
commit 8a264b14f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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