diff -r aefd888a2b93 -r 5c6b164618c6 eric6/VirtualEnv/VirtualenvInterpreterSelectionDialog.py --- 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()