mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Minor bug fix (reported via email)
This commit is contained in:
parent
d50c0b7103
commit
7517e64417
|
@ -1576,7 +1576,7 @@ def _cleanupOptions():
|
|||
conf.progressWidth = width - 46
|
||||
|
||||
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)
|
||||
|
||||
if conf.testParameter:
|
||||
|
|
Loading…
Reference in New Issue
Block a user