--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityUtils.py Sun Dec 03 16:32:00 2023 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityUtils.py Sun Dec 03 16:44:52 2023 +0100 @@ -45,7 +45,7 @@ (head, tail) = os.path.split(path) if head == "" or tail == "": raise InvalidModulePathError( - 'Invalid python file path: "{0}"' " Missing path or file name".format(path) + 'Invalid python file path: "{0}" Missing path or file name'.format(path) ) qname = [os.path.splitext(tail)[0]]