mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-21 20:33:00 +00:00
bug: get all services if service_names empty
This commit is contained in:
parent
fc55e9d677
commit
69a0938daf
1 changed files with 1 additions and 1 deletions
|
@ -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, [
|
||||
|
|
Loading…
Reference in a new issue