Skip to content

Commit

Permalink
add a //TODO ..
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed Sep 27, 2024
1 parent 4fd0a79 commit ca03afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecu.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ def setValue(self, value, bytes_list, dataitem, ecu_endian, test_mode=False):

requestasbin = "".join(requestasbin)

# TODO this need review, return empty is not maybe ok.
bytes_list = {}
try:
valueasint = int("0b" + requestasbin, 2)
Expand Down

0 comments on commit ca03afd

Please sign in to comment.