eric6/WebBrowser/SafeBrowsing/SafeBrowsingCache.py

changeset 7022
a5f9f601b6ac
parent 6942
2602857055c5
child 7192
a22eee00b052
--- a/eric6/WebBrowser/SafeBrowsing/SafeBrowsingCache.py	Wed May 22 18:54:05 2019 +0200
+++ b/eric6/WebBrowser/SafeBrowsing/SafeBrowsingCache.py	Wed May 22 18:55:23 2019 +0200
@@ -203,7 +203,7 @@
                 
                 query.exec_()
                 
-                while query.next():             # __IGNORE_WARNING_M513__
+                while query.next():             # __IGNORE_WARNING_M523__
                     threatType = query.value(0)
                     platformType = query.value(1)
                     threatEntryType = query.value(2)
@@ -248,7 +248,7 @@
                 
                 query.exec_()
                 
-                while query.next():             # __IGNORE_WARNING_M513__
+                while query.next():             # __IGNORE_WARNING_M523__
                     fullHash = bytes(query.value(0))
                     threatType = query.value(1)
                     platformType = query.value(2)
@@ -428,7 +428,7 @@
                 
                 query.exec_()
                 
-                while query.next():             # __IGNORE_WARNING_M513__
+                while query.next():             # __IGNORE_WARNING_M523__
                     threatType = query.value(0)
                     platformType = query.value(1)
                     threatEntryType = query.value(2)
@@ -556,7 +556,7 @@
                 
                 query.exec_()
                 
-                while query.next():             # __IGNORE_WARNING_M513__
+                while query.next():             # __IGNORE_WARNING_M523__
                     sha256Hash.addData(query.value(0))
                     QCoreApplication.processEvents(QEventLoop.AllEvents,
                                                    self.maxProcessEventsTime)
@@ -637,7 +637,7 @@
                 query.exec_()
                 
                 index = 0
-                while query.next():         # __IGNORE_WARNING_M513__
+                while query.next():         # __IGNORE_WARNING_M523__
                     if index in indexes:
                         prefix = bytes(query.value(0))
                         output.append(prefix)

eric ide

mercurial