forked from extern/podman-compose
add TODO comment
This commit is contained in:
parent
c0a1f6f7fb
commit
6cbcd4d242
@ -424,6 +424,7 @@ def restart(services, container_names_by_service, dry_run, podman_path):
|
|||||||
|
|
||||||
|
|
||||||
def transfer_service_status(services, container_names_by_service, action, dry_run, podman_path):
|
def transfer_service_status(services, container_names_by_service, action, dry_run, podman_path):
|
||||||
|
# TODO: handle dependencies, handle creations
|
||||||
targets = []
|
targets = []
|
||||||
for service in services:
|
for service in services:
|
||||||
if service not in container_names_by_service:
|
if service not in container_names_by_service:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user