diff --git a/flamenco_worker/commands.py b/flamenco_worker/commands.py index b168d03..d144a8a 100644 --- a/flamenco_worker/commands.py +++ b/flamenco_worker/commands.py @@ -379,6 +379,7 @@ class CopyFileCommand(AbstractCommand): shutil.copy(str(src), str(dest)) self.worker.output_produced(dest) + @command_executor('remove_tree') class RemoveTreeCommand(AbstractCommand): def validate(self, settings: dict):