Skip to content

Commit

Permalink
clean bad var context (sorry)
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed Nov 7, 2024
1 parent 8a1b503 commit 2e964b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1157,10 +1157,10 @@ def buttonClicked(self, txt):
elm_data_stream = ecu_data.setValue(input_value, elm_data_stream, dataitem,
ecu_request.ecu_file.endianness)
except:
error = _("Value error of this stuff need a bypass gateway maybe. Value:") + " %s" % requestasbin
error = _("Value error of this stuff need a bypass gateway maybe.")
options.main_window.logview.append("<font color='red'>" + error + "</font>")
return

logdict[dataitem.name] = newval

if not elm_data_stream:
Expand Down

0 comments on commit 2e964b6

Please sign in to comment.