Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572b6fd commit 5063401Copy full SHA for 5063401
2 files changed
lib/core/common.py
@@ -107,9 +107,6 @@ def paramToDict(place, parameters=None):
107
warnMsg = "the testable parameter '%s' " % paramStr
108
warnMsg += "you provided is not into the %s" % place
109
110
- if conf.multipleTargets:
111
- warnMsg += ", skipping to next url"
112
-
113
logger.warn(warnMsg)
114
115
elif len(conf.testParameter) != len(testableParameters.keys()):
lib/core/target.py
@@ -218,8 +218,6 @@ def initTargetEnv():
218
"""
219
220
if conf.multipleTargets:
221
- conf.paramDict = {}
222
- conf.parameters = {}
223
kb.dbms = None
224
kb.dbmsDetected = False
225
kb.dbmsVersion = None
0 commit comments