Update can_replay.py (#24346)
Fixed typo from PandaJugnle to PandaJungle old-commit-hash: c60ce2a770e32a228f5dc234df7a37d2c77c37d1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user