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():
|
for k, v in cp[real_sectname].items():
|
||||||
if k.startswith(self.ESCAPE_CHAR):
|
if k.startswith(self.ESCAPE_CHAR):
|
||||||
k = k[1:]
|
k = k[1:]
|
||||||
# configparser can't handle = in keys :(
|
|
||||||
if (sectname, k) in self.RENAMED_OPTIONS:
|
if (sectname, k) in self.RENAMED_OPTIONS:
|
||||||
k = self.RENAMED_OPTIONS[sectname, k]
|
k = self.RENAMED_OPTIONS[sectname, k]
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user