Minor update for #1660

This commit is contained in:
Miroslav Stampar 2016-01-13 23:05:28 +01:00
parent c410f16f3f
commit 87676eb4bb

View File

@ -1686,7 +1686,7 @@ def _cleanupOptions():
conf.torType = conf.torType.upper()
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()
if conf.string: