mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Fixes #1660
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user