--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/generalBindAllInterfaces.py Wed Jun 17 17:12:21 2020 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/generalBindAllInterfaces.py Wed Jun 17 20:18:54 2020 +0200 @@ -42,7 +42,7 @@ @param config dictionary with configuration data @type dict """ - if context.stringVal == '0.0.0.0': + if context.stringVal == '0.0.0.0': # secok reportError( context.node.lineno - 1, context.node.col_offset,