E5Gui/E5ErrorMessage.py

changeset 5597
3d88d53f8c2b
parent 5527
4fdbb36fe794
child 5840
36f8973c5a8d
--- a/E5Gui/E5ErrorMessage.py	Thu Mar 09 17:56:06 2017 +0100
+++ b/E5Gui/E5ErrorMessage.py	Thu Mar 09 19:28:59 2017 +0100
@@ -57,9 +57,9 @@
         @return flag indicating that the message should be filtered out
             (boolean)
         """
-        for filter in Globals.toList(self.settings.value(
+        for filterStr in Globals.toList(self.settings.value(
                 "MessageFilters", self.__defaultFilters)):
-            if filter in message:
+            if filterStr in message:
                 return True
         
         return False

eric ide

mercurial