This commit is contained in:
Egor Matveev
2022-03-27 23:56:16 +03:00
parent 2de63c8b3f
commit 2cc793a752
2 changed files with 6 additions and 6 deletions

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)