From 741b3598b8dfd2e3c2eebf32dd70157aced921d5 Mon Sep 17 00:00:00 2001 From: "xiaolei.zl" Date: Mon, 23 Dec 2024 19:39:22 +0800 Subject: [PATCH] ref Committed-by: xiaolei.zl from Dev container --- coordinator/gscoordinator/flex/core/insight/groot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coordinator/gscoordinator/flex/core/insight/groot.py b/coordinator/gscoordinator/flex/core/insight/groot.py index 973420b83830..9960d8a45fb9 100644 --- a/coordinator/gscoordinator/flex/core/insight/groot.py +++ b/coordinator/gscoordinator/flex/core/insight/groot.py @@ -100,7 +100,7 @@ def check_graph_exists(self, graph_id: str): def list_service_status(self) -> List[dict]: groot_endpoints = self._graph.groot_endpoints - res = [ + res = [ { "graph_id": self._graph.id, "status": "Running",