mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-10 10:07:17 +00:00
minor update
This commit is contained in:
parent
f1dfa5c860
commit
9975ff8d17
1 changed files with 3 additions and 0 deletions
|
|
@ -1333,6 +1333,9 @@ def __cleanupOptions():
|
|||
if conf.code:
|
||||
conf.code = int(conf.code)
|
||||
|
||||
if conf.csvDel:
|
||||
conf.csvDel = conf.csvDel.decode('string_escape') # e.g. '\\t' -> '\t'
|
||||
|
||||
threadData = getCurrentThreadData()
|
||||
threadData.reset()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue