Fix missing function call parentheses in get_all_update_flags_status
This commit is contained in:
parent
7deb9a64b9
commit
01814bfc7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue