--- a/src/eric7/Project/DebuggerPropertiesDialog.py Wed Oct 12 19:44:29 2022 +0200 +++ b/src/eric7/Project/DebuggerPropertiesDialog.py Wed Oct 12 19:54:22 2022 +0200 @@ -69,7 +69,9 @@ if self.project.debugProperties["VIRTUALENV"]: venvIndex = max( 0, - self.venvComboBox.findText(self.project.debugProperties["VIRTUALENV"]), + self.venvComboBox.findText( + self.project.debugProperties["VIRTUALENV"] + ), ) else: if self.project.pdata["PROGLANGUAGE"] == "Python3":