quick fix for a bug reported by bugtrace (not using __goBooleanProxy because we don't have a proper vector this moment)

This commit is contained in:
Miroslav Stampar 2010-12-11 17:20:39 +00:00
parent 03447acc1d
commit 5d18c98ec2

View File

@ -440,10 +440,7 @@ def getValue(expression, blind=True, inband=True, error=True, time=True, fromUse
if inband and kb.unionTest is not None:
kb.technique = PAYLOAD.TECHNIQUE.UNION
if expected == EXPECTED.BOOL:
value = __goBooleanProxy(booleanExpression, resumeValue)
else:
value = __goInband(query, expected, sort, resumeValue, unpack, dump)
value = __goInband(query, expected, sort, resumeValue, unpack, dump)
found = value or (value is None and expectingNone)
if not found: