mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
minor update
This commit is contained in:
parent
ceeb6374e8
commit
c93f2a703d
|
@ -1115,7 +1115,6 @@ class Enumeration:
|
|||
kb.data.cachedColumns = self.getColumns(onlyColNames=True)
|
||||
|
||||
colList = kb.data.cachedColumns[conf.db][conf.tbl].keys()
|
||||
colList.sort(key=lambda x: x.lower() if isinstance(x, basestring) else None)
|
||||
|
||||
if colList in ([None], ['None']):
|
||||
warnMsg = "unable to retrieve column names"
|
||||
|
|
Loading…
Reference in New Issue
Block a user