remove docker rm
This commit is contained in:
parent
0f82d3c719
commit
d09da96308
@ -22,5 +22,5 @@ class Command(MessagingSupport):
|
|||||||
solution.save()
|
solution.save()
|
||||||
finally:
|
finally:
|
||||||
path = join("solutions", str(id))
|
path = join("solutions", str(id))
|
||||||
if exists(path):
|
# if exists(path):
|
||||||
rmtree(path)
|
# rmtree(path)
|
||||||
|
Loading…
Reference in New Issue
Block a user