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
Currently, grimp fails to build a graph of a stdlib package:
>>> import grimp
>>> g = grimp.build_graph('sys')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File ".../lib/grimp/src/grimp/application/usecases.py", line 26, in build_graph
file_system=file_system,
File ".../lib/grimp/src/grimp/adaptors/packagefinder.py", line 23, in determine_package_directory
assert package_filename.origin # For type checker.
AssertionError
The text was updated successfully, but these errors were encountered:
Currently, grimp fails to build a graph of a stdlib package:
The text was updated successfully, but these errors were encountered: