Skip to content

Commit

Permalink
[FIX] string format
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Nov 1, 2023
1 parent 970d51c commit eb94d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mis_builder/models/kpimatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def compute_comparisons(self):
if (col.subkpis or base_col.subkpis) and not common_subkpis:
raise UserError(
_(
"Columns %(descr)s and %(base_descr) are not comparable",
"Columns %(descr)s and %(base_descr)s are not comparable",
descr=col.description,
base_descr=base_col.description,
)
Expand Down

0 comments on commit eb94d67

Please sign in to comment.