Skip to content

Commit

Permalink
update default file version to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshhedwig committed Dec 6, 2023
1 parent f85c7ec commit 3a85f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion can/io/trc.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def __init__(
self,
file: Union[StringPathLike, TextIO],
channel: int = 1,
fileversion : int = TRCFileVersion.V1_1,
fileversion : int = TRCFileVersion.V2_1,
**kwargs: Any,
) -> None:
"""
Expand Down

0 comments on commit 3a85f35

Please sign in to comment.