DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
daqconf
python
daqconf
cider
widgets
custom_rich_log.py
Go to the documentation of this file.
1
from
textual.widgets
import
RichLog
2
3
# Extends rich error log to have errors prints [will make prettier as time goes on!]
4
5
class
RichLogWError
(RichLog):
6
def
write_error
(self, exception: Exception):
7
super().write(f
"ERROR: [red]{str(exception)}"
)
8
cider.widgets.custom_rich_log.RichLogWError
Definition
custom_rich_log.py:5
cider.widgets.custom_rich_log.RichLogWError.write_error
write_error(self, Exception exception)
Definition
custom_rich_log.py:6
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0