Fix for an Issue #1092

This commit is contained in:
Miroslav Stampar 2015-01-05 01:31:06 +01:00
parent beffe85d6c
commit 7b144f03ea

View File

@ -59,6 +59,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
""" """
abortedFlag = False abortedFlag = False
showEta = False
partialValue = u"" partialValue = u""
finalValue = None finalValue = None
retrievedLength = 0 retrievedLength = 0