add TODO comment

This commit is contained in:
Muayyad Alsadi 2019-08-08 10:24:15 +03:00
parent c0a1f6f7fb
commit 6cbcd4d242

View File

@ -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: