From bc9ad2ab13d5e2800431b8fd87f9faa99ba3598f Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Wed, 21 Feb 2024 11:26:49 -0800 Subject: [PATCH] fix static analysis old-commit-hash: 3f104f3fbd7af6e0d1b59377165e6ae0a347c744 --- tools/replay/can_replay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/replay/can_replay.py b/tools/replay/can_replay.py index 856dd80d49..c597df1f66 100755 --- a/tools/replay/can_replay.py +++ b/tools/replay/can_replay.py @@ -10,7 +10,7 @@ os.environ['FILEREADER_CACHE'] = '1' from openpilot.common.realtime import config_realtime_process, Ratekeeper, DT_CTRL from openpilot.selfdrive.boardd.boardd import can_capnp_to_can_list from openpilot.tools.lib.logreader import LogReader -from panda import Panda, PandaJungle +from panda import PandaJungle # set both to cycle power or ignition PWR_ON = int(os.getenv("PWR_ON", "0"))