0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

WIP log panel exception is pass if a log message is wrong

This commit is contained in:
2025-04-07 13:56:29 +02:00
parent 45c3deee58
commit 0da1ec8b4c

View File

@ -104,7 +104,7 @@ class BecLogsQueue:
if self._new_message_signal:
self._new_message_signal.emit()
except Exception:
logger.warning("Error in LogPanel incoming message callback!")
pass
def _set_formatter_and_update_filter(self, line_formatter: LineFormatter = noop_format):
self._line_formatter: LineFormatter = line_formatter