Skip to content

Commit 2bc44be

Browse files
committed
add comment
1 parent 88cb3bb commit 2bc44be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

can/io/asc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ def __iter__(self) -> Generator[Message, None, None]:
218218
line,
219219
re.ASCII | re.IGNORECASE,
220220
):
221+
# line might be a comment, chip status,
222+
# J1939 message or some other unsupported event
221223
continue
222224

223225
msg_kwargs: Dict[str, Union[float, bool, int]] = {}

0 commit comments

Comments
 (0)