[WIP] fix: return frappycfgs instead fo ourcfgs
This commit is contained in:
@@ -273,7 +273,7 @@ def summarize_server_state(givencfgs, ourcfgs, sealist, sea_info, strict=False):
|
||||
prop = result.get(service, '')
|
||||
if prop == cfg and service not in restart:
|
||||
result[service] = True
|
||||
return error, result, (ourcfgs, seacfgs), remarks
|
||||
return error, result, (frappycfgs, seacfgs), remarks
|
||||
|
||||
|
||||
class FrappyManager(ServiceManager):
|
||||
|
||||
Reference in New Issue
Block a user