Trivial refactoring

This commit is contained in:
Miroslav Stampar
2017-10-28 23:27:19 +02:00
parent 5497a6e58d
commit 8d7796f41c
2 changed files with 3 additions and 4 deletions

View File

@@ -1766,7 +1766,7 @@ def _cleanupOptions():
conf.string = conf.string.replace(_.encode("string_escape"), _)
if conf.getAll:
map(lambda x: conf.__setitem__(x, True), WIZARD.ALL)
map(lambda _: conf.__setitem__(_, True), WIZARD.ALL)
if conf.noCast:
for _ in DUMP_REPLACEMENTS.keys():