- Change cache key from EventType (unhashable) to normalized int - Fixes TypeError: unhashable type: 'EventType' error - Cache now uses normalized integer as both key and value This ensures the cache works correctly with non-hashable EventType objects while maintaining caching benefits for repeated conversions.
Description
MyTimeline Gramps plugin
Languages
Python
94.2%
Shell
5.8%