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 5fb7df7 commit bbab56cCopy full SHA for bbab56c
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