mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
bug fix (UnboundLocalError: local variable 'colType' referenced before assignment)
This commit is contained in:
parent
aea43a1e43
commit
7ad41f9b19
|
@ -183,6 +183,8 @@ class Dump:
|
|||
maxlength1 = 0
|
||||
maxlength2 = 0
|
||||
|
||||
colType = None
|
||||
|
||||
colList = columns.keys()
|
||||
colList.sort(key=lambda x: x.lower())
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user