This commit is contained in:
Egor Matveev 2021-11-11 13:47:41 +03:00
parent e7f6309487
commit 667d33a20b

View File

@ -103,7 +103,6 @@ class BaseTester:
print(str(e)) print(str(e))
self.solution.save() self.solution.save()
call(f"docker rm --force solution_{self.solution.id}", shell=True) call(f"docker rm --force solution_{self.solution.id}", shell=True)
rmtree("solution")
self.solution.user.userinfo.refresh_from_db() self.solution.user.userinfo.refresh_from_db()
if self.solution.user.userinfo.notification_solution_result: if self.solution.user.userinfo.notification_solution_result:
bot.send_message( bot.send_message(