diff --git a/robusta_krr/core/models/config.py b/robusta_krr/core/models/config.py index 65e246e1..46eb435c 100644 --- a/robusta_krr/core/models/config.py +++ b/robusta_krr/core/models/config.py @@ -188,7 +188,7 @@ def __init__(self) -> None: pass def __getattr__(self, name: str): - print("it is just config") + if _config is None: raise AttributeError("Config is not set")