add comment to converted value

This commit is contained in:
Jakub Trllo 2025-11-05 16:18:59 +01:00
parent 026eb67e91
commit 2ed1d42f35

View file

@ -137,6 +137,7 @@ class AttributeValues:
if value is None:
continue
converted_value = attr_def.convert_value(value)
# QUESTION Could we just use converted value all the time?
if converted_value == value:
self._data[attr_def.key] = value