Skip to content

Commit

Permalink
Log optimization of translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed Mar 3, 2024
1 parent e57f018 commit 316f5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecu.py
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ def scan(self, progress=None, label=None, vehiclefilter=None, canline=0):
# continue

text = _("Scanning address: ")
print(f"{text + addr:<25} ECU: {self.ecu_database.addr_group_mapping[addr]:<30}")
print(f"{text + addr:<35} ECU: {self.ecu_database.addr_group_mapping[addr]:<30}")
if not options.simulation_mode:
options.elm.init_can()
options.elm.set_can_addr(addr, {'ecuname': 'SCAN'}, canline)
Expand Down

0 comments on commit 316f5da

Please sign in to comment.