testing directory

This commit is contained in:
Egor Matveev
2022-05-02 23:30:05 +03:00
parent ad0e4a641c
commit ad62672452
3 changed files with 3 additions and 23 deletions

View File

@@ -20,7 +20,3 @@ class Command(MessagingSupport):
print(e)
solution.result = "TE"
solution.save()
finally:
path = join("solutions", str(id))
if exists(path):
rmtree(path)