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 "