Allow user to force temporary folder with --tmp-path even if it has been saved one in the session file

This commit is contained in:
Bernardo Damele 2011-04-21 14:05:37 +00:00
parent fbe5ba5394
commit a313df4d37

View File

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