mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Update generic binary message
This commit is contained in:
parent
db8b2a4814
commit
46c9cd022f
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ def fetch_release(tag, tarball_dir, *, org='python', verbose=False):
|
||||||
return output_path
|
return output_path
|
||||||
except OSError:
|
except OSError:
|
||||||
if verbose:
|
if verbose:
|
||||||
print(f'{arch_filename} not found, trying generic build...')
|
print(f'{arch_filename} not found, trying generic binary...')
|
||||||
|
|
||||||
generic_filename = f'{tag}.tar.xz'
|
generic_filename = f'{tag}.tar.xz'
|
||||||
generic_url = f'https://github.com/{org}/cpython-bin-deps/releases/download/{tag}/{generic_filename}'
|
generic_url = f'https://github.com/{org}/cpython-bin-deps/releases/download/{tag}/{generic_filename}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue