mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-16 18:31:34 +01: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):
|
||||
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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user