lowercase

This commit is contained in:
Egor Matveev 2022-03-26 17:43:12 +03:00
parent 44ae89ee96
commit 880c4cd49e

View File

@ -163,8 +163,8 @@ class BaseTester:
self.call(f"docker rm --force solution_{self.solution.id}")
self.call(f"docker rm --force solution_{self.solution.id}_checker")
for file in dockerfiles:
self.call(f"docker rm --force solution_container_{self.solution.id}_{file.filename}")
self.call(f"docker image rm solution_image_{self.solution.id}_{file.filename}")
self.call(f"docker rm --force solution_container_{self.solution.id}_{file.filename}".lower())
self.call(f"docker image rm solution_image_{self.solution.id}_{file.filename}".lower())
self.solution.user.userinfo.refresh_from_db()
notify(
self.solution.user,