mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
bug fix (UnboundLocalError: local variable 'colType' referenced before assignment)
This commit is contained in:
parent
aea43a1e43
commit
7ad41f9b19
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue