Skip to content
Prev Previous commit
Next Next commit
Add docstring for new parameter
  • Loading branch information
pkess committed Feb 23, 2025
commit 61923083439856d482b76c3490fd50e1b47274e8
1 change: 1 addition & 0 deletions can/io/trc.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ def __init__(
write mode, not binary write mode.
:param channel: a default channel to use when the message does not
have a channel set
:param file_version: the trc file format version. Version 2.1 by default
"""
super().__init__(file, mode="w")
self.channel = channel
Expand Down