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

Skip to content

Commit 5039888

Browse files
committed
minor update
1 parent 78f51fd commit 5039888

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/request/inject.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,7 @@ def getValue(expression, blind=True, inband=True, error=True, time=True, fromUse
475475

476476
if not kb.testMode and value is None and Backend.getDbms():
477477
warnMsg = "in case of continuous data retrieval problems you are advised to try "
478-
warnMsg += "a hidden switch '--no-cast' (fixing problems with some collation "
479-
warnMsg += "issues) and/or switch '--hex'"
478+
warnMsg += "a switch '--no-cast' and/or switch '--hex'"
480479
singleTimeWarnMessage(warnMsg)
481480

482481
return extractExpectedValue(value, expected)

0 commit comments

Comments
 (0)