From 4b4f0b997ca2a2f235c6148e23339e2d9728951c Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Thu, 12 Nov 2015 15:24:22 -0500 Subject: Indent --- Lib/idlelib/configHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index 9fc4faa..efd5f3c 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -396,7 +396,7 @@ class IdleConf: theme = self.GetOption('main', 'Theme', 'name', default='') source = self.defaultCfg if default else self.userCfg if source['highlight'].has_section(theme): - return theme + return theme else: return "IDLE Classic" -- cgit v0.12