Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski committed Jun 3, 2024
1 parent 66e11b3 commit 5dd9e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_graphblas_cffi.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def tree(dir_path: Path, prefix: str=''):
if not graphblas_root:
graphblas_root = os.environ.get("GRAPHBLAS_PREFIX", None)

if "{package}" in graphblas_root:
graphblas_root = graphblas_root.replace("{package}", str(Path(__file__).parent))
# if "{package}" in graphblas_root:
# graphblas_root = graphblas_root.replace("{package}", str(Path(__file__).parent))

if not graphblas_root:
graphblas_root = Path(__file__).parent
Expand Down

0 comments on commit 5dd9e9a

Please sign in to comment.