We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d371c commit 5ccdcd9Copy full SHA for 5ccdcd9
src/calliope/config.py
@@ -67,7 +67,7 @@ def update(self, update_dict: dict, deep: bool = False) -> Self:
67
new_dict[key] = key_class.update(val)
68
else:
69
LOGGER.info(
70
- f"Updating {self.model_config["title"]} `{key}`: {key_class} -> {val}"
+ f"Updating {self.model_config['title']} `{key}`: {key_class} -> {val}"
71
)
72
new_dict[key] = val
73
updated = super().model_copy(update=new_dict, deep=deep)
0 commit comments