This commit is contained in:
Miroslav Stampar 2016-01-13 23:02:11 +01:00
parent e9745cc0be
commit c410f16f3f

View File

@ -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 = conf.outputDir paths.SQLMAP_OUTPUT_PATH = os.path.abspath(os.path.expanduser(conf.outputDir))
setPaths() setPaths()
if conf.string: if conf.string: