Skip to content

Commit fbe1104

Browse files
authored
Backport #713 - RTR bug fix in canutils.py
1 parent 4405bc5 commit fbe1104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/io/canutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __iter__(self):
6262
else:
6363
isExtended = False
6464
canId = int(canId, 16)
65-
65+
dataBin = None
6666
if data and data[0].lower() == 'r':
6767
isRemoteFrame = True
6868
if len(data) > 1:

0 commit comments

Comments
 (0)