[WIP] do not skip handling proposed on error
This commit is contained in:
parent
2252fe7e86
commit
7e34c6f6cd
@ -269,7 +269,6 @@ def summarize_server_state(givencfgs, ourcfgs, sealist, sea_info, strict=False):
|
|||||||
if addons:
|
if addons:
|
||||||
result['addons'] = ','.join(addons)
|
result['addons'] = ','.join(addons)
|
||||||
|
|
||||||
if not error:
|
|
||||||
for service, cfg in ourcfgs.items():
|
for service, cfg in ourcfgs.items():
|
||||||
if cfg:
|
if cfg:
|
||||||
prop = result.get(service, '')
|
prop = result.get(service, '')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user