Skip to content

Commit 5dd9e9a

Browse files
committed
retry
1 parent 66e11b3 commit 5dd9e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_graphblas_cffi.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def tree(dir_path: Path, prefix: str=''):
4444
if not graphblas_root:
4545
graphblas_root = os.environ.get("GRAPHBLAS_PREFIX", None)
4646

47-
if "{package}" in graphblas_root:
48-
graphblas_root = graphblas_root.replace("{package}", str(Path(__file__).parent))
47+
# if "{package}" in graphblas_root:
48+
# graphblas_root = graphblas_root.replace("{package}", str(Path(__file__).parent))
4949

5050
if not graphblas_root:
5151
graphblas_root = Path(__file__).parent

0 commit comments

Comments
 (0)