We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e736744 commit 39f3c8fCopy full SHA for 39f3c8f
can/io/trc.py
@@ -378,7 +378,7 @@ def _write_header_v2_1(self, start_time: datetime) -> None:
378
]
379
self.file.writelines(line + "\n" for line in lines)
380
381
- def _format_message(self, msg, channel):
+ def _format_message(self, msg: Message, channel: int) -> str:
382
if msg.is_extended_id:
383
arb_id = f"{msg.arbitration_id:07X}"
384
else:
0 commit comments