Ethan Furman <et...@stoneleaf.us> added the comment:
Markus Wegmann said: -------------------- > In the appendix, you find a toy project with similar structure, which > in > contrast to `flora_tools` works flawlessly. I appreciate your attempt to reproduce the problem, but since you weren't able to, the issue is probably somewhere else and not in Enum. > TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' Your Enum example in flawless is not an IntEnum, so the error (unable to add an integer to None) seems entirely unrelated. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue30545> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com