Skip to content

Commit 87676eb

Browse files
committed
Minor update for #1660
1 parent c410f16 commit 87676eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@ def _cleanupOptions():
16861686
conf.torType = conf.torType.upper()
16871687

16881688
if conf.outputDir:
1689-
paths.SQLMAP_OUTPUT_PATH = os.path.abspath(os.path.expanduser(conf.outputDir))
1689+
paths.SQLMAP_OUTPUT_PATH = os.path.realpath(os.path.expanduser(conf.outputDir))
16901690
setPaths()
16911691

16921692
if conf.string:

0 commit comments

Comments
 (0)