Beim Laden der Showfile: test2.show.txt kommt es zu der Fehlermeldung: KeyError
Traceback (most recent call last):
File "/home/scarfface/Dokumente/COAL/Lichtpult/Mission-DMX/Project-Editor/src/view/logging_mode/logging_widget.py", line 84, in new_log_message
self._levels[level].isChecked(), self._loging_level_changed)
KeyError: 'WARNING'
Traceback (most recent call last):
File "/home/scarfface/Dokumente/COAL/Lichtpult/Mission-DMX/Project-Editor/src/view/logging_mode/logging_widget.py", line 84, in new_log_message
self._levels[level].isChecked(), self._loging_level_changed)
~~~~~~~~~~~~^^^^^^^
KeyError: 'CRITICAL'
[Here](https://github.com/Mission-DMX/Project-Editor/blob/main/src/view/logging_mode/logging_widget.py#L28) is WARN defined but not WARNING and CRITICAL.
Could you take a look to that problem?
Beim Laden der Showfile: test2.show.txt kommt es zu der Fehlermeldung: KeyError Traceback (most recent call last): File "/home/scarfface/Dokumente/COAL/Lichtpult/Mission-DMX/Project-Editor/src/view/logging_mode/logging_widget.py", line 84, in new_log_message self._levels[level].isChecked(), self._loging_level_changed)