diff --git a/daemons/management/commands/receive.py b/daemons/management/commands/receive.py index c09ca11..e98be5e 100644 --- a/daemons/management/commands/receive.py +++ b/daemons/management/commands/receive.py @@ -22,5 +22,5 @@ class Command(MessagingSupport): solution.save() finally: path = join("solutions", str(id)) - if exists(path): - rmtree(path) + # if exists(path): + # rmtree(path)