Skip to content
Snippets Groups Projects
Commit bd67aa90 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Formatting

parent 155d91c5
No related branches found
No related tags found
No related merge requests found
...@@ -379,6 +379,7 @@ class CopyFileCommand(AbstractCommand): ...@@ -379,6 +379,7 @@ class CopyFileCommand(AbstractCommand):
shutil.copy(str(src), str(dest)) shutil.copy(str(src), str(dest))
self.worker.output_produced(dest) self.worker.output_produced(dest)
@command_executor('remove_tree') @command_executor('remove_tree')
class RemoveTreeCommand(AbstractCommand): class RemoveTreeCommand(AbstractCommand):
def validate(self, settings: dict): def validate(self, settings: dict):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment