mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-31 15:35:42 +02:00
Remove extraneous await on non-async function
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
parent
02166f584a
commit
39e21d8c11
@ -2504,7 +2504,7 @@ async def compose_wait(compose, args): # pylint: disable=unused-argument
|
||||
containers = [cnt["name"] for cnt in compose.containers]
|
||||
cmd_args = ["--"]
|
||||
cmd_args.extend(containers)
|
||||
await compose.podman.exec([], "wait", cmd_args)
|
||||
compose.podman.exec([], "wait", cmd_args)
|
||||
|
||||
|
||||
@cmd_run(podman_compose, "systemd")
|
||||
|
Loading…
x
Reference in New Issue
Block a user