From 9a126def7ce9e7cf7d427d9ef2bf05fe4846ee9f Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 15 Feb 2024 00:20:22 -0800 Subject: [PATCH] cmt --- selfdrive/car/tests/test_fw_fingerprint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/tests/test_fw_fingerprint.py b/selfdrive/car/tests/test_fw_fingerprint.py index 2eca6f909a..e642c5d12b 100755 --- a/selfdrive/car/tests/test_fw_fingerprint.py +++ b/selfdrive/car/tests/test_fw_fingerprint.py @@ -45,7 +45,7 @@ class TestFwFingerprint(unittest.TestCase): print(ecu) # Assume non-essential ECUs apply to all cars, so that missing ECUs on an # Accord Hybrid won't match to an Accord where only Accord has labeled non-essential ECUs - # if car_model in config.non_essential_ecus.get(ecu[0], []): + # if car_model in config.non_essential_ecus.get(ecu[0], []): # this catches it, but only if we added AccordH to the non-essential dict if ecu[0] in config.non_essential_ecus and test_non_essential: print('continue') continue