You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we use set_item here, the mapping id does not get updated by the mix-in class, which requires that you do specifically self._mappings = new_mapping.
I expect this may be a common error, perhaps we should look into solutions to make the version that at least rewrites the top level of entries automatically properly increment mapping_id.
The text was updated successfully, but these errors were encountered:
yaq-python/yaqd-fakes/yaqd_fakes/_fake_spectrometer.py
Line 28 in c686c34
Since we use
set_item
here, the mapping id does not get updated by the mix-in class, which requires that you do specificallyself._mappings = new_mapping
.I expect this may be a common error, perhaps we should look into solutions to make the version that at least rewrites the top level of entries automatically properly increment
mapping_id
.The text was updated successfully, but these errors were encountered: