mirror of https://github.com/python/cpython
Indent
This commit is contained in:
parent
c15a7c615e
commit
5496ba2ddb
|
@ -395,7 +395,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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue