From c7b8916e3197010ea1fba6671b46f510290c943e Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 24 Jan 2024 00:47:46 -0800 Subject: [PATCH] ----- --- selfdrive/car/chrysler/fingerprints.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/car/chrysler/fingerprints.py b/selfdrive/car/chrysler/fingerprints.py index 5cf75555e1..b116e57dae 100644 --- a/selfdrive/car/chrysler/fingerprints.py +++ b/selfdrive/car/chrysler/fingerprints.py @@ -324,8 +324,8 @@ FW_VERSIONS = { for car in FINGERPRINTS: if car not in FW_VERSIONS: - print('Add to FW_VERSIONS:', car.name) + print('Add to FW_VERSIONS:', car.name, ' - ', car.value) for car in FW_VERSIONS: if car not in FINGERPRINTS: - print('Good, not in FINGERPRINTS', car.name) + print('Good, not in FINGERPRINTS', car.name, ' - ', car.value)