Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
Committed-by: xiaolei.zl from Dev container
  • Loading branch information
zhanglei1949 committed Dec 23, 2024
1 parent 8086a56 commit 741b359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/gscoordinator/flex/core/insight/groot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 741b359

Please sign in to comment.