Skip to content

Commit 4b23b48

Browse files
theuniTheCharlatan
andcommitted
verifybinaries: fix OS download filter
Co-authored-by: Reproducibility Matters <[email protected]>
1 parent 8cdadd1 commit 4b23b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/verifybinaries/verify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def cleanup():
511511
return sigs_status
512512

513513
# Extract hashes and filenames
514-
hashes_to_verify = parse_sums_file(SUMS_FILENAME, os_filter)
514+
hashes_to_verify = parse_sums_file(SUMS_FILENAME, [os_filter])
515515
if not hashes_to_verify:
516516
log.error("no files matched the platform specified")
517517
return ReturnCode.NO_BINARIES_MATCH

0 commit comments

Comments
 (0)