minor update

This commit is contained in:
Miroslav Stampar 2012-04-03 10:43:46 +00:00
parent 78f51fd2e5
commit 503988887c

View File

@ -475,8 +475,7 @@ def getValue(expression, blind=True, inband=True, error=True, time=True, fromUse
if not kb.testMode and value is None and Backend.getDbms():
warnMsg = "in case of continuous data retrieval problems you are advised to try "
warnMsg += "a hidden switch '--no-cast' (fixing problems with some collation "
warnMsg += "issues) and/or switch '--hex'"
warnMsg += "a switch '--no-cast' and/or switch '--hex'"
singleTimeWarnMessage(warnMsg)
return extractExpectedValue(value, expected)