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

2
CLI.py
View File

@@ -571,7 +571,7 @@ class ConfigLoader:
def load(self) -> Dict[str, Any]:
try:
return deepcopy(load_config(config_dir=self._root))
return deepcopy(load_config())
except Exception:
return {}