From bd67aa90bd3f4fe11bc1a1ee5c427756379bc52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 12 Nov 2018 10:02:05 +0100 Subject: [PATCH] Formatting --- flamenco_worker/commands.py | 1 + 1 file changed, 1 insertion(+) 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):