mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-18 21:20:53 +02:00
When running 'podman-compose down <service>', if service is not part of the compose, a KeyError exception is raised in function 'get_excluded'. By only allowing evaluation of services that exist in the compose provides a cleaner and gentler exit for this case. Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>
2 lines
83 B
Plaintext
2 lines
83 B
Plaintext
- Fixed KeyError in case podman-compose down was called with an inexistent service
|