Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5063401

Browse files
committed
Minor bug fix, fixes #170
1 parent 572b6fd commit 5063401

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

lib/core/common.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ def paramToDict(place, parameters=None):
107107
warnMsg = "the testable parameter '%s' " % paramStr
108108
warnMsg += "you provided is not into the %s" % place
109109

110-
if conf.multipleTargets:
111-
warnMsg += ", skipping to next url"
112-
113110
logger.warn(warnMsg)
114111

115112
elif len(conf.testParameter) != len(testableParameters.keys()):

lib/core/target.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,6 @@ def initTargetEnv():
218218
"""
219219

220220
if conf.multipleTargets:
221-
conf.paramDict = {}
222-
conf.parameters = {}
223221
kb.dbms = None
224222
kb.dbmsDetected = False
225223
kb.dbmsVersion = None

0 commit comments

Comments
 (0)