mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Trivial update regarding last commit
This commit is contained in:
parent
ed8f16e754
commit
b7989f93c5
1 changed files with 1 additions and 1 deletions
|
|
@ -1395,7 +1395,7 @@ def _cleanupOptions():
|
|||
else:
|
||||
conf.rParam = []
|
||||
|
||||
if conf.pDel:
|
||||
if conf.pDel and '\\' in conf.pDel:
|
||||
conf.pDel = conf.pDel.decode("string_escape")
|
||||
|
||||
if conf.skip:
|
||||
|
|
|
|||
Loading…
Reference in a new issue