src/eric7/VirtualEnv/VirtualenvConfigurationDialog.py

branch
eric7
changeset 11105
ec86fc991d28
parent 11090
f5f5f5803935
child 11230
8a15b05eeee3
--- 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())

eric ide

mercurial