Bug: Packages parsed by importlib as MultiplexedPath cannot have module size read properly. #30
Closed
3 tasks done
Labels
bug
Something isn't working
Bug
outcome including screenshots where appropriate
System info
Describe the bug
Package
mkdocstrings
is interpreted by importlib as animportlib.readers.MultiplexedPath
and isn't cast topathlib.Path
type withglob
attribute.Error during evaluation:
Expected outcome
Skip and download info from PyPI site.
Actual outcome
AttributeError
is thrown and the code stops execution.The text was updated successfully, but these errors were encountered: