mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-14 15:58:42 +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):
|
||||
# TODO: handle dependencies, handle creations
|
||||
targets = []
|
||||
for service in services:
|
||||
if service not in container_names_by_service:
|
||||
|
Reference in New Issue
Block a user