Skip to content

Commit 46c9cd0

Browse files
Update generic binary message
1 parent db8b2a4 commit 46c9cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PCbuild/get_external.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def fetch_release(tag, tarball_dir, *, org='python', verbose=False):
6262
return output_path
6363
except OSError:
6464
if verbose:
65-
print(f'{arch_filename} not found, trying generic build...')
65+
print(f'{arch_filename} not found, trying generic binary...')
6666

6767
generic_filename = f'{tag}.tar.xz'
6868
generic_url = f'https://github.com/{org}/cpython-bin-deps/releases/download/{tag}/{generic_filename}'

0 commit comments

Comments
 (0)