mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 18:09:47 +01:00
verifybinaries: fix OS download filter
Co-authored-by: Reproducibility Matters <seb.kung@gmail.com>
This commit is contained in:
parent
8cdadd1729
commit
4b23b488d2
@ -511,7 +511,7 @@ def verify_published_handler(args: argparse.Namespace) -> ReturnCode:
|
||||
return sigs_status
|
||||
|
||||
# Extract hashes and filenames
|
||||
hashes_to_verify = parse_sums_file(SUMS_FILENAME, os_filter)
|
||||
hashes_to_verify = parse_sums_file(SUMS_FILENAME, [os_filter])
|
||||
if not hashes_to_verify:
|
||||
log.error("no files matched the platform specified")
|
||||
return ReturnCode.NO_BINARIES_MATCH
|
||||
|
Loading…
Reference in New Issue
Block a user