--- a/Preferences/ConfigurationPages/DebuggerPythonPage.py Mon Jun 18 18:46:38 2018 +0200 +++ b/Preferences/ConfigurationPages/DebuggerPythonPage.py Wed Jun 20 18:33:41 2018 +0200 @@ -68,11 +68,9 @@ """ Public slot to save the Debugger Python configuration. """ - venvName = self.venvComboBox.currentText() - if venvName: - Preferences.setDebugger( - "Python2VirtualEnv", - venvName) + Preferences.setDebugger( + "Python2VirtualEnv", + self.venvComboBox.currentText()) if self.standardButton.isChecked(): dct = "standard" else: