minor cosmetic update

This commit is contained in:
Miroslav Stampar 2010-10-12 12:32:02 +00:00
parent 6dcd05c39c
commit 73b77255e3

View File

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