File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ Other API changes and improvements
138
138
* Speed up interface plugin imports by removing pkg_resources (#1110 )
139
139
* Allowing for extra config arguments in can.logger (#1142 , #1170 )
140
140
* Add changed byte highlighting to viewer.py (#1159 )
141
+ * Change DLC to DL in Message.\_\_ str\_\_ () (#1212 )
141
142
142
143
Other Bugfixes
143
144
--------------
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ def __str__(self) -> str:
130
130
131
131
field_strings .append (flag_string )
132
132
133
- field_strings .append (f"DLC : { self .dlc :2d} " )
133
+ field_strings .append (f"DL : { self .dlc :2d} " )
134
134
data_strings = []
135
135
if self .data is not None :
136
136
for index in range (0 , min (self .dlc , len (self .data ))):
You can’t perform that action at this time.
0 commit comments