You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2024. It is now read-only.
I haven't parsed through what the original logic or reasoning behind checking to see if an item does not equal a tuple, but I'm pretty sure the logic is fundamentally broken.
See: https://github.com/benhoff/CHATIMUSMAXIMUS/blob/master/chatimusmaximus/gui/models/settings_model.py#L54
I think this check needs to be changed to see if the item is an instance of a tuple (or probably better, an iterable) and then see if it is non-empty.
Also the class name is awful.