Fix for an Issue #214

This commit is contained in:
Miroslav Stampar 2012-10-23 17:05:45 +02:00
parent f3aa09c794
commit 99ceea5eae

View File

@ -535,7 +535,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
hashDBWrite(expression, "%s%s" % (PARTIAL_VALUE_MARKER, partialValue))
if conf.hexConvert:
infoMsg = "\r[%s] [INFO] retrieved: %s %s\n" % (time.strftime("%X"), filterControlChars(finalValue), " " * len(finalValue))
infoMsg = "\r[%s] [INFO] retrieved: %s %s\n" % (time.strftime("%X"), filterControlChars(finalValue), " " * len(finalValue or ""))
dataToStdout(infoMsg)
else:
if conf.verbose in (1, 2) or showEta: