Wed, 19 Aug 2020 19:02:36 +0200
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()