mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
WIP log panel exception is pass if a log message is wrong
This commit is contained in:
@ -104,7 +104,7 @@ class BecLogsQueue:
|
|||||||
if self._new_message_signal:
|
if self._new_message_signal:
|
||||||
self._new_message_signal.emit()
|
self._new_message_signal.emit()
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.warning("Error in LogPanel incoming message callback!")
|
pass
|
||||||
|
|
||||||
def _set_formatter_and_update_filter(self, line_formatter: LineFormatter = noop_format):
|
def _set_formatter_and_update_filter(self, line_formatter: LineFormatter = noop_format):
|
||||||
self._line_formatter: LineFormatter = line_formatter
|
self._line_formatter: LineFormatter = line_formatter
|
||||||
|
Reference in New Issue
Block a user