mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01: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:
|
if conf.code:
|
||||||
conf.code = int(conf.code)
|
conf.code = int(conf.code)
|
||||||
|
|
||||||
|
if conf.csvDel:
|
||||||
|
conf.csvDel = conf.csvDel.decode('string_escape') # e.g. '\\t' -> '\t'
|
||||||
|
|
||||||
threadData = getCurrentThreadData()
|
threadData = getCurrentThreadData()
|
||||||
threadData.reset()
|
threadData.reset()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue