Make sure that tools_epoc.zip gets unpacked PDK_3.0.e
authorWilliam Roberts <williamr@symbian.org>
Tue, 22 Dec 2009 14:17:28 +0000
changeset 127 c63eca238256
parent 126 e6bf005a5f58
child 128 249ca6c587b6
child 129 f720de110d59
child 142 e4ad889f1aa5
Make sure that tools_epoc.zip gets unpacked
downloadkit/downloadkit.py
--- a/downloadkit/downloadkit.py	Tue Dec 22 13:55:14 2009 +0000
+++ b/downloadkit/downloadkit.py	Tue Dec 22 14:17:28 2009 +0000
@@ -171,7 +171,7 @@
 			print "URL Error:",e.reason , downloadurl
 
 		# unzip the file (if desired)
-		if re.match(r"(bin|epoc).*\.zip", filename):
+		if re.match(r"(bin|tools).*\.zip", filename):
 			unzipthread = unzipfile(filename, 1, 0)   # unzip once, don't delete
 			threadlist.append(unzipthread)
 			unzipthread.start()