AzureCrimson
Results
1
issues of
AzureCrimson
## Cause of problem My dmesg contains escape characters, preventing pybootchartgui from processing bootchart logs on my machine. --- ## Suggested fix Replace https://github.com/xrmx/bootchart/blob/331ada031f1d65f6d934d918f896e1c708c64bf7/pybootchartgui/parsing.py#L529 with ```python for line in file.read().decode('utf-8',...