Do not remove MD5SUMS files 52/181852/1
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Mon, 20 Nov 2017 17:52:13 +0000 (18:52 +0100)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Fri, 8 Dec 2017 11:19:25 +0000 (12:19 +0100)
Change-Id: Ib0f60fd1a9f16b420a93802adadb2b0cfa57cdc0

tsp/scripts/download_all.py

index 4bc391d..e640a91 100755 (executable)
@@ -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: