Skip to content
Snippets Groups Projects
Commit 9a0f0eb5 authored by Alexander Pace's avatar Alexander Pace
Browse files

Fixed old bug in view_logic.py.

The comparison that this replaced never worked and always returned false.
Changed the type(event) is Event to issubclass(type(event),Event). In
testing this shaved ~0.25 seconds off event creation.
parent d082ff41
No related branches found
No related tags found
1 merge request!46Refreshed look and feel
Pipeline #92100 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment