VirtualenvInterpreterSelectionDialog: fixed a silly bug causing eric to crash when starteing next time.

Wed, 19 Aug 2020 19:02:36 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 19 Aug 2020 19:02:36 +0200
changeset 7671
5c6b164618c6
parent 7670
aefd888a2b93
child 7672
8d3daf382286

VirtualenvInterpreterSelectionDialog: fixed a silly bug causing eric to crash when starteing next time.

eric6/VirtualEnv/VirtualenvInterpreterSelectionDialog.py file | annotate | diff | comparison | revisions
--- a/eric6/VirtualEnv/VirtualenvInterpreterSelectionDialog.py	Tue Aug 18 12:50:51 2020 +0200
+++ b/eric6/VirtualEnv/VirtualenvInterpreterSelectionDialog.py	Wed Aug 19 19:02:36 2020 +0200
@@ -76,4 +76,4 @@
         @return path of the selected Python interpreter
         @rtype str
         """
-        return self.pythonExecPicker.text(),
+        return self.pythonExecPicker.text()

eric ide

mercurial