From 7243ef931e4ea322eacd3ea93e85fc242309adce Mon Sep 17 00:00:00 2001 From: Aleksander Mistewicz Date: Mon, 20 Nov 2017 18:52:13 +0100 Subject: Do not remove MD5SUMS files Change-Id: Ib0f60fd1a9f16b420a93802adadb2b0cfa57cdc0 --- tsp/scripts/download_all.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tsp') diff --git a/tsp/scripts/download_all.py b/tsp/scripts/download_all.py index 4bc391d..e640a91 100755 --- a/tsp/scripts/download_all.py +++ b/tsp/scripts/download_all.py @@ -232,7 +232,6 @@ class Downloader(threading.Thread): ret = p.returncode if not ret: logging.info("Checksum OK") - os.remove(md5_path) else: logging.warn("Checksum FAILED\nRemoving files mentioned in md5sums file") with open(md5_path, 'r') as f: -- cgit v1.2.3