src/eric7/Preferences/ConfigurationPages/SecurityPage.py

branch
eric7
changeset 9972
68ac01294544
parent 9971
773ad1f1ed22
child 10135
36839e2c6945
--- a/src/eric7/Preferences/ConfigurationPages/SecurityPage.py	Wed Apr 05 11:58:22 2023 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/SecurityPage.py	Wed Apr 05 12:05:06 2023 +0200
@@ -72,9 +72,7 @@
         Public slot to save the Help Viewers configuration.
         """
         Preferences.setUser("SavePasswords", self.savePasswordsCheckBox.isChecked())
-        Preferences.setUser(
-            "UseMasterPassword", self.mainPasswordCheckBox.isChecked()
-        )
+        Preferences.setUser("UseMasterPassword", self.mainPasswordCheckBox.isChecked())
 
         if self.__oldUseMainPassword != self.mainPasswordCheckBox.isChecked():
             self.__configDlg.mainPasswordChanged.emit("", self.__newPassword)

eric ide

mercurial