From a313df4d37bdbc7d3e85682112847879f2cdfbac Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Thu, 21 Apr 2011 14:05:37 +0000 Subject: [PATCH] Allow user to force temporary folder with --tmp-path even if it has been saved one in the session file --- lib/core/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/session.py b/lib/core/session.py index 828be5f91..c1d7c097a 100644 --- a/lib/core/session.py +++ b/lib/core/session.py @@ -233,7 +233,7 @@ def resumeConfKb(expression, url, value): else: conf.os = os - elif expression == "Remote temp path" and url == conf.url: + elif expression == "Remote temp path" and url == conf.url and conf.tmpPath is None: conf.tmpPath = unSafeFormatString(value[:-1]) logMsg = "resuming remote absolute path of temporary "