From 01814bfc7ad9e59569b1a7e50df7ca0e49d86fda Mon Sep 17 00:00:00 2001 From: yangdx Date: Mon, 17 Nov 2025 04:11:06 +0800 Subject: [PATCH] Fix missing function call parentheses in get_all_update_flags_status --- lightrag/kg/shared_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/kg/shared_storage.py b/lightrag/kg/shared_storage.py index 87f0f9a9..f556e91f 100644 --- a/lightrag/kg/shared_storage.py +++ b/lightrag/kg/shared_storage.py @@ -1365,7 +1365,7 @@ async def get_all_update_flags_status(workspace: str | None = None) -> Dict[str, return {} if workspace is None: - workspace = get_default_workspace + workspace = get_default_workspace() result = {} async with get_internal_lock():