Skip to content

Commit

Permalink
Update quotes in quotes for py310
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Dec 18, 2024
1 parent 15d371c commit 5ccdcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calliope/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def update(self, update_dict: dict, deep: bool = False) -> Self:
new_dict[key] = key_class.update(val)
else:
LOGGER.info(
f"Updating {self.model_config["title"]} `{key}`: {key_class} -> {val}"
f"Updating {self.model_config['title']} `{key}`: {key_class} -> {val}"
)
new_dict[key] = val
updated = super().model_copy(update=new_dict, deep=deep)
Expand Down

0 comments on commit 5ccdcd9

Please sign in to comment.