@@ -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 {}
The note is not visible to the blocked user.