Skip to content

callbacks do not fire for first received value #12

Description

@A-Schmid

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions