Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Jul 29, 2024
1 parent 1a71007 commit 6936a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyg_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def load_library(lib_name: str) -> None:
loader_details = (importlib.machinery.ExtensionFileLoader,
importlib.machinery.EXTENSION_SUFFIXES)

path = osp.abspath(osp.join(osp.dirname(__file__), '../build'))
path = osp.abspath(osp.join(osp.dirname(__file__), '..'))
ext_finder = importlib.machinery.FileFinder(path, loader_details)
spec = ext_finder.find_spec(lib_name)

Expand Down

0 comments on commit 6936a93

Please sign in to comment.