Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinetoolbox/spine_db_manager.py
Original file line number Diff line number Diff line change
@@ -822,7 +822,7 @@ def get_value_from_data(self, data, role=Qt.ItemDataRole.DisplayRole):
@staticmethod
def _parse_value(db_value, type_=None):
try:
return from_database(db_value, type_=value_type)
return from_database(db_value, type_=type_)
except ParameterValueFormatError as error:
return error

0 comments on commit 6f8c87f

Please sign in to comment.