Skip to content

Commit ba8f5dd

Browse files
fix typo in exception message
1 parent f325f57 commit ba8f5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geophires_x/Parameter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ def _parameter_with_currency_units_converted_back_to_preferred_units(param: Para
731731

732732
else:
733733
raise AttributeError(
734-
f'Unit/unit type ({param.CurrentUnits}/{param.UnitType} for {param.Name} '
734+
f'Unit/unit type ({param.CurrentUnits}/{param.UnitType}) for {param.Name} '
735735
f'is not a recognized currency unit'
736736
)
737737

0 commit comments

Comments
 (0)