Some fixes regarding the response by the software to prevent confusion

git-svn-id: https://wikiteam.googlecode.com/svn/trunk@391 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
pull/117/head
Hydriz 12 years ago
parent a3ec487f1d
commit 92c02c7dbe

@ -254,7 +254,7 @@ class App:
else:
print "Downloading", self.tree.item(item,"text")
f = urllib.urlretrieve(self.dumps[int(item)][5], filepath, reporthook=self.downloadProgress)
msg='%s size is %s bytes long. OK, downloaded!' % (self.dumps[int(item)][0], os.path.getsize(filepath))
msg='%s size is %s bytes large. Download successful!' % (self.dumps[int(item)][0], os.path.getsize(filepath))
self.msg(msg=msg)
self.dumps[int(item)] = self.dumps[int(item)][:6] + ['True']
else:

Loading…
Cancel
Save