pull/26939/head
Shane Smiskol 2 years ago
parent 1bd6bf9128
commit 661de4f57b
  1. 2
      selfdrive/car/fw_versions.py

@ -109,7 +109,7 @@ def match_fw_to_car_fuzzy(fw_versions_dict, config, log=True, exclude=None):
if log:
cloudlog.error(f"Fingerprinted {candidate} using fuzzy match. {len(matched_ecus)} matching ECUs")
return {candidate}
else:
return set()

Loading…
Cancel
Save