diff -r 683af9c45c5b -r ec86fc991d28 src/eric7/VirtualEnv/VirtualenvConfigurationDialog.py --- a/src/eric7/VirtualEnv/VirtualenvConfigurationDialog.py Wed Dec 18 17:40:14 2024 +0100 +++ b/src/eric7/VirtualEnv/VirtualenvConfigurationDialog.py Wed Dec 18 18:03:07 2024 +0100 @@ -500,11 +500,7 @@ ) ) if self.pythonExecPicker.text(): - args.append( - "--python={0}".format( - self.pythonExecPicker.text() - ) - ) + args.append("--python={0}".format(self.pythonExecPicker.text())) elif self.versionComboBox.currentText(): args.append( "--python=python{0}".format(self.versionComboBox.currentText())