f
This commit is contained in:
@@ -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 []
|
||||
|
||||
Reference in New Issue
Block a user