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