From: Terry Jan Reedy Date: Thu, 12 Nov 2015 20:24:22 +0000 (-0500) Subject: Indent X-Git-Tag: v2.7.11rc1~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b4f0b997ca2a2f235c6148e23339e2d9728951c;p=thirdparty%2FPython%2Fcpython.git Indent --- diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index 9fc4faa2c65e..efd5f3ce4f7d 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"