We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c16dd commit 3fb7b7cCopy full SHA for 3fb7b7c
1 file changed
Lib/idlelib/config.py
@@ -794,8 +794,7 @@ def LoadCfgFiles(self):
794
"Load all configuration files."
795
for key in self.defaultCfg:
796
self.defaultCfg[key].Load()
797
- for key in self.userCfg:
798
- self.userCfg[key].Load()
+ self.userCfg[key].Load() # same keys
799
800
def SaveUserCfgFiles(self):
801
"Write all loaded user configuration files to disk."
0 commit comments