Skip to content

Commit 2ef710c

Browse files
bessmanfelixdivo
authored andcommitted
ASCReader: Skip J1939TP messages
1 parent 024aa0c commit 2ef710c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

can/io/asc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def __iter__(self):
7373
elif (
7474
not isinstance(channel, int)
7575
or dummy.strip()[0:10].lower() == "statistic:"
76+
or dummy.split(None, 1)[0] == "J1939TP"
7677
):
7778
pass
7879
elif dummy[-1:].lower() == "r":

0 commit comments

Comments
 (0)