WebBrowser/Download/DownloadUtilities.py

changeset 6891
93f82da09f22
parent 6645
ad476851d7e0
--- a/WebBrowser/Download/DownloadUtilities.py	Thu Mar 21 19:26:10 2019 +0100
+++ b/WebBrowser/Download/DownloadUtilities.py	Thu Mar 21 19:27:42 2019 +0100
@@ -90,3 +90,5 @@
     if speed < 1024:
         return QCoreApplication.translate(
             "DownloadUtilities", "{0:.2f} GiB/s").format(speed)
+    
+    return ""

eric ide

mercurial