forked from extern/podman-compose
fix pylint
This commit is contained in:
parent
8d8149cfe5
commit
cadf046306
@ -1693,7 +1693,7 @@ def is_local(container: dict) -> bool:
|
||||
|
||||
|
||||
@cmd_run(podman_compose, "wait", "wait running containers to stop")
|
||||
def compose_wait(compose, args):
|
||||
def compose_wait(compose, args): # pylint: disable=unused-argument
|
||||
containers = [cnt["name"] for cnt in compose.containers]
|
||||
cmd_args = ["--"]
|
||||
cmd_args.extend(containers)
|
||||
@ -1701,7 +1701,7 @@ def compose_wait(compose, args):
|
||||
|
||||
|
||||
@cmd_run(podman_compose, "systemd")
|
||||
def compose_systemd(compose, args): # pylint: disable=unused-argument
|
||||
def compose_systemd(compose, args):
|
||||
"""
|
||||
create systemd unit file and register its compose stacks
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user