Utilities/__init__.py

changeset 2085
b4c1f0b6dac2
parent 2084
d3f083dd0222
child 2087
795992a5c561
--- a/Utilities/__init__.py	Mon Oct 01 19:44:40 2012 +0200
+++ b/Utilities/__init__.py	Mon Oct 01 19:55:49 2012 +0200
@@ -1291,7 +1291,7 @@
     interpreter = Preferences.getDebugger("PythonInterpreter")
     if interpreter == "" or not isinpath(interpreter):
         return (False, "", "", "", "", "", [(
-            "", "1",
+            file, "1",
             QCoreApplication.translate("Utilities",
                                        "Python2 interpreter not configured.")
             )])

eric ide

mercurial