remove docker rm

This commit is contained in:
Egor Matveev 2022-03-27 23:37:46 +03:00
parent 0f82d3c719
commit d09da96308

View File

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