Skip to content

Commit 0639c73

Browse files
authored
Update logformats_test.py
1 parent fede6e4 commit 0639c73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/logformats_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,9 @@ def test_write(self):
665665
writer = can.ASCWriter(self.test_file_name)
666666

667667
msg = can.Message(
668-
timestamp=now.timestamp(), arbitration_id=0x123, data=(_ for _ in range(64))
668+
timestamp=now.timestamp(),
669+
arbitration_id=0x123,
670+
data=(_ for _ in range(64)),
669671
)
670672

671673
with writer:

0 commit comments

Comments
 (0)