From d09da96308e12ae63d4f09c752fec4e0e9e0e562 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sun, 27 Mar 2022 23:37:46 +0300 Subject: [PATCH] remove docker rm --- daemons/management/commands/receive.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)