Skip to content

Commit 25a4206

Browse files
authored
bpo-30780: Fix error in idlelib.test_idle.test_configdialog (#2606)
1 parent 529746c commit 25a4206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/idle_test/test_configdialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def setUpModule():
4444

4545
def tearDownModule():
4646
global root, configure
47-
idleConf.userCfg = testcfg
47+
idleConf.userCfg = usercfg
4848
configure.remove_var_callbacks()
4949
del configure
5050
root.update_idletasks()

0 commit comments

Comments
 (0)