From 2a28e7865d998292363f6ee6d84e0c387a1e6690 Mon Sep 17 00:00:00 2001 From: ajouatom Date: Wed, 19 Feb 2025 18:16:49 +0900 Subject: [PATCH] fix.. typo --- selfdrive/car/cruise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/cruise.py b/selfdrive/car/cruise.py index b6bdb77..05a38bf 100644 --- a/selfdrive/car/cruise.py +++ b/selfdrive/car/cruise.py @@ -449,7 +449,7 @@ class VCruiseCarrot: self._add_log(f"AutoCruiseControl cancel timer RESET {button_type}") self.autoCruiseControl_cancel_timer = 0 if self._cruise_cancel_state: - self._add_log("Cruise Cancel state RESET {button_type}") + self._add_log(f"Cruise Cancel state RESET {button_type}") self._cruise_cancel_state = False if not long_pressed: