src/eric7/RemoteServerInterface/EricServerConnectionDialog.py

branch
server
changeset 10561
be23a662d709
parent 10531
3308e8349e4c
child 10597
fbe93720ee9f
--- a/src/eric7/RemoteServerInterface/EricServerConnectionDialog.py	Sat Feb 10 11:28:58 2024 +0100
+++ b/src/eric7/RemoteServerInterface/EricServerConnectionDialog.py	Sun Feb 11 18:35:44 2024 +0100
@@ -97,7 +97,7 @@
         if self.nameEdit.isEnabled():
             # connection profile mode
             name = self.nameEdit.text()
-            valid &=  name == self.__originalName or name not in self.__profileNames
+            valid &= name == self.__originalName or name not in self.__profileNames
 
         self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(valid)
 

eric ide

mercurial