[DBG] temporary add debug statement
This commit is contained in:
parent
d5c9919139
commit
eb22c93e15
|
|
@ -131,6 +131,10 @@ def kill_container(container_name):
|
|||
try:
|
||||
container.stop()
|
||||
container.wait()
|
||||
logger.debug(
|
||||
"Container %s status is now '%s'."
|
||||
% (container.name, container.status)
|
||||
)
|
||||
if container.status != "removed":
|
||||
container.remove()
|
||||
container.wait(condition="removed")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user