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 529746c commit 25a4206Copy full SHA for 25a4206
Lib/idlelib/idle_test/test_configdialog.py
@@ -44,7 +44,7 @@ def setUpModule():
44
45
def tearDownModule():
46
global root, configure
47
- idleConf.userCfg = testcfg
+ idleConf.userCfg = usercfg
48
configure.remove_var_callbacks()
49
del configure
50
root.update_idletasks()
0 commit comments