Skip to content

Commit 5668c64

Browse files
committed
verifybinaries: Don't delete shasums file
It may be useful for local validation.
1 parent 46c73b5 commit 5668c64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/verifybinaries/verify.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ def cleanup():
516516

517517
# Extract hashes and filenames
518518
hashes_to_verify = parse_sums_file(SUMS_FILENAME, os_filter)
519-
remove_files([SUMS_FILENAME])
520519
if not hashes_to_verify:
521520
log.error("no files matched the platform specified")
522521
return ReturnCode.NO_BINARIES_MATCH

0 commit comments

Comments
 (0)