mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 12:41:58 +00:00
minor beautification
This commit is contained in:
parent
93ae1dfa2b
commit
0627bb02cb
2 changed files with 2 additions and 2 deletions
|
|
@ -887,7 +887,7 @@ class Enumeration:
|
|||
query = safeStringFormat(query, conf.db)
|
||||
|
||||
value = inject.getValue(query, blind=False)
|
||||
value = arrayizeValue(filter(lambda x: x, value))
|
||||
value = arrayizeValue(filter(None, value))
|
||||
|
||||
if not isNoneValue(value):
|
||||
if len(value) > 0 and not isinstance(value[0], (list, tuple)):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue