mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-15 00:02:28 +02:00
add TODO comment
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user