mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-10 10:38:44 +02:00
Remove unused variable
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
parent
59a1fa3942
commit
a6e0092627
@ -1200,8 +1200,8 @@ class Podman:
|
||||
|
||||
try:
|
||||
exit_code = await p.wait()
|
||||
except asyncio.CancelledError as e:
|
||||
log(f"Sending termination signal")
|
||||
except asyncio.CancelledError:
|
||||
log("Sending termination signal")
|
||||
p.terminate()
|
||||
try:
|
||||
async with asyncio.timeout(10):
|
||||
|
Loading…
Reference in New Issue
Block a user