Skip to content

Commit abcd614

Browse files
committed
Use different quotation mark inside f-string
1 parent dbc9e6c commit abcd614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message_ix_models/model/water/reporting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ def report(sc: Scenario, reg: str, sdgs: bool = False):
12741274
map_node_dict = map_node.groupby("node_parent")["node"].apply(list).to_dict()
12751275

12761276
for index, row in map_agg_pd.iterrows():
1277-
log.info(f"Processing {row["names"]}")
1277+
log.info(f"Processing {row['names']}")
12781278
# Aggregates variables as per standard reporting
12791279
report_iam.aggregate(row["names"], components=row["list_cat"], append=True)
12801280

0 commit comments

Comments
 (0)