From 69a0938daff6d30e1d5db2484e19748a97eaf393 Mon Sep 17 00:00:00 2001 From: ldericher <40151420+ldericher@users.noreply.github.com> Date: Fri, 29 Oct 2021 13:37:29 +0200 Subject: [PATCH] bug: get all services if service_names empty --- kiwi_scp/instance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwi_scp/instance.py b/kiwi_scp/instance.py index b22ef1c..da8c2eb 100644 --- a/kiwi_scp/instance.py +++ b/kiwi_scp/instance.py @@ -76,7 +76,7 @@ class Instance: for name, description in yml["services"].items() ] - if service_names is None: + if not service_names: return Services(project_name, services) else: return Services(project_name, [