minor update related to the last commit

This commit is contained in:
Miroslav Stampar 2011-08-16 07:01:14 +00:00
parent 7cc5743c5d
commit e1dbb4443b

View File

@ -275,8 +275,10 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
kb.adjustTimeDelay = False
return getChar(idx, originalTbl, continuousOrder, expand)
else:
errMsg = "unable to properly validate character value. using last known value ('%s').." % decodeIntToUnicode(retVal)
logger.error(errMsg)
conf.timeSec = kb.originalTimeDelay
return None
return decodeIntToUnicode(retVal)
else:
return decodeIntToUnicode(retVal)
else: