From c410f16f3fe4963eb7728ef4a84bbd6c6fcdc04c Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 13 Jan 2016 23:02:11 +0100 Subject: [PATCH] Fixes #1660 --- lib/core/option.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/option.py b/lib/core/option.py index eb5688585..274c3334a 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -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: