In DIPPID.py, line 49ff: ``` # do not notify callbacks on initialization if self._data[key] == []: self._data[key] = value continue ``` This is most likely unnecessary but prevents further code execution and thus callbacks triggering.
In DIPPID.py, line 49ff:
This is most likely unnecessary but prevents further code execution and thus callbacks triggering.