Remove old comment.
This commit is contained in:
parent
637d31c780
commit
d84c4fab84
@ -369,7 +369,6 @@ class ConfigManager(QObject):
|
||||
for k, v in cp[real_sectname].items():
|
||||
if k.startswith(self.ESCAPE_CHAR):
|
||||
k = k[1:]
|
||||
# configparser can't handle = in keys :(
|
||||
if (sectname, k) in self.RENAMED_OPTIONS:
|
||||
k = self.RENAMED_OPTIONS[sectname, k]
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user