FromCanUtilsLog.py fails to reformat lines without data after the arbid
Example
(1672682646.133427) can0 0E0014F2#
The Holley terminator x for some reason will create messages with no data like this .
Not to be confused with a line with 0's
example
(1672682697.717538) can0 1E3754F2#0000000000000000
I am just going to clean my log file before processing with the this awesome piece of software.
here is the cli example of how i will do it
cat candump-2023-01-02_110400.log | sed '/#$/d' > candump-2023-01-02_110400_noBlanks.log
FromCanUtilsLog.py fails to reformat lines without data after the arbid
Example
(1672682646.133427) can0 0E0014F2#
The Holley terminator x for some reason will create messages with no data like this .
Not to be confused with a line with 0's
example
(1672682697.717538) can0 1E3754F2#0000000000000000
I am just going to clean my log file before processing with the this awesome piece of software.
here is the cli example of how i will do it
cat candump-2023-01-02_110400.log | sed '/#$/d' > candump-2023-01-02_110400_noBlanks.log