Skip to content

Commit 78602bf

Browse files
Add debug
1 parent 0fac493 commit 78602bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PCbuild/get_external.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def fetch_release(tag, tarball_dir, *, org='python', verbose=False):
5757
arch_filename = f'{tag}-{arch}.tar.xz'
5858
arch_url = f'https://github.com/{org}/cpython-bin-deps/releases/download/{tag}/{arch_filename}'
5959
try:
60+
print(f'Downloading {arch_url}')
6061
output_path = tarball_dir / arch_filename
6162
retrieve_with_retries(arch_url, output_path, reporthook)
6263
return output_path

0 commit comments

Comments
 (0)