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='')
|
theme = self.GetOption('main', 'Theme', 'name', default='')
|
||||||
source = self.defaultCfg if default else self.userCfg
|
source = self.defaultCfg if default else self.userCfg
|
||||||
if source['highlight'].has_section(theme):
|
if source['highlight'].has_section(theme):
|
||||||
return theme
|
return theme
|
||||||
else:
|
else:
|
||||||
return "IDLE Classic"
|
return "IDLE Classic"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue