minor fix

This commit is contained in:
Miroslav Stampar 2012-03-16 13:14:14 +00:00
parent cbdcbdd786
commit ac02a2d92c

View File

@ -520,7 +520,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
if finalValue is not None:
finalValue = decodeHexValue(finalValue) if conf.hexConvert else finalValue
hashDBWrite(expression, finalValue)
else:
elif partialValue:
hashDBWrite(expression, "%s%s" % (PARTIAL_VALUE_MARKER, partialValue))
if conf.verbose in (1, 2) or showEta: