From 73b77255e392032019eeaf81fc08998f74b9585b Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 12 Oct 2010 12:32:02 +0000 Subject: [PATCH] minor cosmetic update --- lib/core/target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/target.py b/lib/core/target.py index 186c0641f..d411fb014 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -96,7 +96,7 @@ def __setRequestParams(): result += parts[j] if i == j: result += "*" - conf.paramDict["URI"]["#%d" % (i+1)] = result + conf.paramDict["URI"]["#%d*" % (i+1)] = result conf.url = conf.url.replace("*", str()) __testableParameters = True