Open kkg4theweb opened 1 year ago
Check for non empty union matches before calling union_matches.popitem()[1] - which will otherwise fail with KeyError: 'popitem(): dictionary is empty'
union_matches.popitem()[1]
KeyError: 'popitem(): dictionary is empty'
ping on this ? It is a simple change. Can we get this reviewed and accepted ?
Check for non empty union matches before calling
union_matches.popitem()[1]
- which will otherwise fail withKeyError: 'popitem(): dictionary is empty'