From 20665ae6f6a1976022c7f345194173f4d656d329 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Tue, 17 Oct 2023 13:13:39 +0200 Subject: [PATCH] [WIP] fix: return frappycfgs instead fo ourcfgs --- frappyman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappyman.py b/frappyman.py index 7d63e86..cd88ee5 100644 --- a/frappyman.py +++ b/frappyman.py @@ -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):