We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c73b5 commit 5668c64Copy full SHA for 5668c64
contrib/verifybinaries/verify.py
@@ -516,7 +516,6 @@ def cleanup():
516
517
# Extract hashes and filenames
518
hashes_to_verify = parse_sums_file(SUMS_FILENAME, os_filter)
519
- remove_files([SUMS_FILENAME])
520
if not hashes_to_verify:
521
log.error("no files matched the platform specified")
522
return ReturnCode.NO_BINARIES_MATCH
0 commit comments