From 70197affa0ea4ba7a457eaf532b9939e9f4b6e4f Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 10 Aug 2010 19:57:59 +0000 Subject: [PATCH] little update (--ratio has a bigger priority then resumed value) --- 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 ef4d50997..52c594418 100644 --- a/lib/core/session.py +++ b/lib/core/session.py @@ -315,7 +315,7 @@ def resumeConfKb(expression, url, value): if not test or test[0] in ("y", "Y"): conf.regexp = regexp - elif expression == "Match ratio" and url == conf.url: + elif expression == "Match ratio" and url == conf.url and conf.matchRatio is None: matchRatio = value[:-1] logMsg = "resuming match ratio '%s' from session file" % matchRatio