mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
verifybinaries: Don't delete shasums file
It may be useful for local validation.
This commit is contained in:
@@ -516,7 +516,6 @@ def verify_published_handler(args: argparse.Namespace) -> ReturnCode:
|
|||||||
|
|
||||||
# Extract hashes and filenames
|
# Extract hashes and filenames
|
||||||
hashes_to_verify = parse_sums_file(SUMS_FILENAME, os_filter)
|
hashes_to_verify = parse_sums_file(SUMS_FILENAME, os_filter)
|
||||||
remove_files([SUMS_FILENAME])
|
|
||||||
if not hashes_to_verify:
|
if not hashes_to_verify:
|
||||||
log.error("no files matched the platform specified")
|
log.error("no files matched the platform specified")
|
||||||
return ReturnCode.NO_BINARIES_MATCH
|
return ReturnCode.NO_BINARIES_MATCH
|
||||||
|
|||||||
Reference in New Issue
Block a user