mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Fixes #1660
This commit is contained in:
parent
e9745cc0be
commit
c410f16f3f
1 changed files with 1 additions and 1 deletions
|
|
@ -1686,7 +1686,7 @@ def _cleanupOptions():
|
|||
conf.torType = conf.torType.upper()
|
||||
|
||||
if conf.outputDir:
|
||||
paths.SQLMAP_OUTPUT_PATH = conf.outputDir
|
||||
paths.SQLMAP_OUTPUT_PATH = os.path.abspath(os.path.expanduser(conf.outputDir))
|
||||
setPaths()
|
||||
|
||||
if conf.string:
|
||||
|
|
|
|||
Loading…
Reference in a new issue