You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bug was introduced sometime during refactoring of types in the helper
typechecking.py file, when PathLike was renamed to StringPathLike. This
results in mypy complaining that it can't find the PathLike type:
error: Name 'can.typechecking.PathLike' is not defined
As such, this changes the accepted type for the LogReader constructor
to be a typechecking.StringPathLike.
0 commit comments