Skip to content

Commit 3b696c0

Browse files
committed
Merge branch 'add-makefile-to-package' of github.com:invoke-ai/PyPatchMatch into add-makefile-to-package
2 parents dfdce76 + 14d2b7e commit 3b696c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

patchmatch/patch_match.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def download_url_to_file(url, dst, hash_prefix=None, progress=True):
131131
import subprocess
132132
print('Compiling and loading c extensions from "{}".'.format(osp.realpath(osp.dirname(__file__))))
133133
# subprocess.check_call(['./travis.sh'], cwd=osp.dirname(__file__))
134+
print(f'DEBUG: cwd={osp.dirname(__file__)}')
134135
subprocess.check_call("make clean && make", cwd=osp.dirname(__file__), shell=True)
135136

136137

0 commit comments

Comments
 (0)