From 7517e64417e46a9223218555ecb4464d8e74dbb2 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sat, 5 Dec 2015 00:52:58 +0100 Subject: [PATCH] Minor bug fix (reported via email) --- 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 795924866..55f56a1b0 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -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: