Mon, 01 Oct 2012 19:55:49 +0200
Changed the Python2 syntax check to name the file together with a Python2 interpreter not configured warning.
Utilities/__init__.py | file | annotate | diff | comparison | revisions |
--- 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.") )])