Minor bug fix, fixes #170

This commit is contained in:
Bernardo Damele
2010-03-15 11:00:14 +00:00
parent 572b6fd920
commit 5063401130
2 changed files with 0 additions and 5 deletions

View File

@@ -107,9 +107,6 @@ def paramToDict(place, parameters=None):
warnMsg = "the testable parameter '%s' " % paramStr
warnMsg += "you provided is not into the %s" % place
if conf.multipleTargets:
warnMsg += ", skipping to next url"
logger.warn(warnMsg)
elif len(conf.testParameter) != len(testableParameters.keys()):