mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
Minor bug fix (reported via email)
This commit is contained in:
@@ -1576,7 +1576,7 @@ def _cleanupOptions():
|
|||||||
conf.progressWidth = width - 46
|
conf.progressWidth = width - 46
|
||||||
|
|
||||||
for key, value in conf.items():
|
for key, value in conf.items():
|
||||||
if value and any(key.endswith(_) for _ in ("Path", "File")):
|
if value and any(key.endswith(_) for _ in ("Path", "File", "Dir")):
|
||||||
conf[key] = safeExpandUser(value)
|
conf[key] = safeExpandUser(value)
|
||||||
|
|
||||||
if conf.testParameter:
|
if conf.testParameter:
|
||||||
|
|||||||
Reference in New Issue
Block a user