mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-30 20:50:14 +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):
|
||||
exit_code = await p.wait()
|
||||
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()
|
||||
exit_code = await p.wait()
|
||||
|
||||
|
Reference in New Issue
Block a user