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: