mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-13 10:45:13 +02:00
Remove unused f-string
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
parent
b0da6f82d3
commit
36139fb282
@ -1207,7 +1207,7 @@ class Podman:
|
|||||||
async with asyncio.timeout(10):
|
async with asyncio.timeout(10):
|
||||||
exit_code = await p.wait()
|
exit_code = await p.wait()
|
||||||
except TimeoutError:
|
except TimeoutError:
|
||||||
log(f"container did not shut down after 10 seconds, killing")
|
log("container did not shut down after 10 seconds, killing")
|
||||||
p.kill()
|
p.kill()
|
||||||
exit_code = await p.wait()
|
exit_code = await p.wait()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user