pull/24207/head
Shane Smiskol 3 years ago
parent 979ec4171e
commit 979be61806
  1. 2
      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

Loading…
Cancel
Save