src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityUtils.py

branch
eric7
changeset 10372
1444b4bee64b
parent 10169
0f70a4ef4592
child 10439
21c28b0f9e41
--- 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]]

eric ide

mercurial