Skip to content

FromCanUtilsLog.py doesnt handle lines with no data after the arb id  #14

Description

@350SBC

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions