Minor bug fix (reported via email)

This commit is contained in:
Miroslav Stampar 2015-12-05 00:52:58 +01:00
parent d50c0b7103
commit 7517e64417

View File

@ -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: