mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Minor update for #1660
This commit is contained in:
parent
c410f16f3f
commit
87676eb4bb
|
@ -1686,7 +1686,7 @@ def _cleanupOptions():
|
||||||
conf.torType = conf.torType.upper()
|
conf.torType = conf.torType.upper()
|
||||||
|
|
||||||
if conf.outputDir:
|
if conf.outputDir:
|
||||||
paths.SQLMAP_OUTPUT_PATH = os.path.abspath(os.path.expanduser(conf.outputDir))
|
paths.SQLMAP_OUTPUT_PATH = os.path.realpath(os.path.expanduser(conf.outputDir))
|
||||||
setPaths()
|
setPaths()
|
||||||
|
|
||||||
if conf.string:
|
if conf.string:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user