From 2201cf91a6fac014fb54b83e27537a6c07cb09f1 Mon Sep 17 00:00:00 2001 From: Daniel <35647712+BadOlives@users.noreply.github.com> Date: Wed, 27 Apr 2022 21:43:36 -0700 Subject: [PATCH] Update can_replay.py (#24346) Fixed typo from PandaJugnle to PandaJungle old-commit-hash: c60ce2a770e32a228f5dc234df7a37d2c77c37d1 --- 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 7b5949c265..4b0ad21dbf 100755 --- a/tools/replay/can_replay.py +++ b/tools/replay/can_replay.py @@ -17,7 +17,7 @@ try: panda_jungle_imported = True from panda_jungle import PandaJungle # pylint: disable=import-error # type: ignore except ImportError: - PandaJugnle = None + PandaJungle = None panda_jungle_imported = False