summaryrefslogtreecommitdiff
path: root/tsp/scripts
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2017-11-20 18:52:13 +0100
committerAleksander Mistewicz <a.mistewicz@samsung.com>2017-12-08 12:19:25 +0100
commit7243ef931e4ea322eacd3ea93e85fc242309adce (patch)
tree0b651d6511967ed3d55d54ee450b5573097784f5 /tsp/scripts
parent97aac071a7f155f466d1ede597fea0465212b9de (diff)
downloadmajor-7243ef931e4ea322eacd3ea93e85fc242309adce.tar.gz
major-7243ef931e4ea322eacd3ea93e85fc242309adce.tar.bz2
major-7243ef931e4ea322eacd3ea93e85fc242309adce.zip
Do not remove MD5SUMS files
Change-Id: Ib0f60fd1a9f16b420a93802adadb2b0cfa57cdc0
Diffstat (limited to 'tsp/scripts')
-rwxr-xr-xtsp/scripts/download_all.py1
1 files changed, 0 insertions, 1 deletions
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: