Formatting

This commit is contained in:
2018-11-12 10:02:05 +01:00
parent 155d91c562
commit bd67aa90bd

View File

@@ -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):