diff --git a/selfdrive/test/process_replay/process_replay.py b/selfdrive/test/process_replay/process_replay.py index 8ae8a0f6aa..4691dcb402 100755 --- a/selfdrive/test/process_replay/process_replay.py +++ b/selfdrive/test/process_replay/process_replay.py @@ -500,7 +500,7 @@ def check_enabled(msgs): if msg.which() == "carParams": if msg.carParams.notCar: return True - if msg.which() == "controlsState": + elif msg.which() == "controlsState": if msg.controlsState.active: return True return False