mirror of
https://github.com/containers/podman-compose.git
synced 2025-07-01 05:00:19 +02:00
Remove unused f-string
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
@ -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()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user