eric6/QScintilla/Lexers/LexerPython.py

changeset 8260
2161475d9639
parent 8259
2bbec88047dd
--- a/eric6/QScintilla/Lexers/LexerPython.py	Wed Apr 21 19:40:50 2021 +0200
+++ b/eric6/QScintilla/Lexers/LexerPython.py	Thu Apr 22 18:02:47 2021 +0200
@@ -186,7 +186,7 @@
             if (lead_spaces % indent_width != 0 or
                 lead_spaces == 0 or
                 self.lastIndented != line) else
-            -indent_width
+            -indent_width           # __IGNORE_WARNING_W503__
         )
         
         return indentDifference

eric ide

mercurial