--- a/eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheck.py Wed Jun 17 17:12:21 2020 +0200 +++ b/eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheck.py Wed Jun 17 20:18:54 2020 +0200 @@ -307,7 +307,7 @@ line = detail.lineno error = detail.msg return [{'error': (fn, line, 0, "", error)}] - except Exception: + except Exception: # secok pass # pyflakes