Helpviewer/Download/DownloadItem.py

changeset 1112
8a7d1b9d18db
parent 1101
43da69edffc4
child 1131
7781e396c903
--- a/Helpviewer/Download/DownloadItem.py	Sat Jun 04 11:53:15 2011 +0200
+++ b/Helpviewer/Download/DownloadItem.py	Sun Jun 05 18:25:36 2011 +0200
@@ -534,9 +534,9 @@
         else:
             if self.__bytesReceived == bytesTotal or bytesTotal == -1:
                 info = self.trUtf8("{0} downloaded\nSHA1: {1}\nMD5: {2}")\
-                    .format(dataString(self.__output.size()), 
-                            str(self.__sha1Hash.result().toHex(), encoding = "ascii"), 
-                            str(self.__md5Hash.result().toHex(), encoding = "ascii"))
+                    .format(dataString(self.__output.size()),
+                            str(self.__sha1Hash.result().toHex(), encoding="ascii"),
+                            str(self.__md5Hash.result().toHex(), encoding="ascii"))
             else:
                 info = self.trUtf8("{0} of {1} - Stopped")\
                     .format(dataString(self.__bytesReceived),

eric ide

mercurial