This commit is contained in:
2026-01-23 17:12:15 -08:00
parent b3a4ba14e5
commit 883ac2a283
4 changed files with 21 additions and 53 deletions

View File

@@ -275,7 +275,7 @@ def _run_op(op: str, data: Any) -> Dict[str, Any]:
from Store import Store # noqa: WPS433
config_root = _runtime_config_root()
cfg = reload_config(config_dir=config_root)
cfg = reload_config()
storage = Store(config=cfg, suppress_debug=True)
backends = storage.list_backends() or []