mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
bug fix (UnboundLocalError: local variable 'colType' referenced before assignment)
This commit is contained in:
@@ -183,6 +183,8 @@ class Dump:
|
||||
maxlength1 = 0
|
||||
maxlength2 = 0
|
||||
|
||||
colType = None
|
||||
|
||||
colList = columns.keys()
|
||||
colList.sort(key=lambda x: x.lower())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user