Skip to content

Exception ''TypeError: unhashable type: 'dict'' in remove_event_handler #118

@THemmecke

Description

@THemmecke

The statement

self.event_handlers.pop({})

in remove_event_handler (eventhandler.py) throws an exeption because of the dict argument in the pop statement.
Should this instead read:

self.event_handlers.pop(event_name)

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions