From d5a806e564afcc1b4de0b934a6073e4695cc7f96 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Thu, 3 Dec 2020 17:07:03 +0100 Subject: [PATCH] fix typo in event name --- selfdrive/controls/lib/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/controls/lib/events.py b/selfdrive/controls/lib/events.py index 69a40cb506..e8f0e1c87f 100644 --- a/selfdrive/controls/lib/events.py +++ b/selfdrive/controls/lib/events.py @@ -211,7 +211,7 @@ def wrong_car_mode_alert(CP: car.CarParams, sm: messaging.SubMaster, metric: boo EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, bool], Alert]]]] = { # ********** events with no alerts ********** - EventName.comIssueWarning: {}, + EventName.commIssueWarning: {}, # ********** events only containing alerts displayed in all states **********