mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-28 12:42:18 +00:00
Trivial refactoring
This commit is contained in:
parent
5497a6e58d
commit
8d7796f41c
2 changed files with 3 additions and 4 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue