Skip to content

Commit

Permalink
PyPANDA bugfix: fix typo for shim when plog reader is unavilable
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fasano committed Dec 19, 2023
1 parent 5a6d87c commit 8b9c676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panda/python/core/pandare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from .plog_reader import PLogReader
except ImportError:
# plog reader isn't widely used - let's make this optional
PlogReader = None
PLogReader = None

__all__ = ['Panda', 'PLogReader', 'Callbacks', 'PyPlugin']

Expand Down

0 comments on commit 8b9c676

Please sign in to comment.