Fixing unhandled exception message and removing sticky level logic

This commit is contained in:
Miroslav Stampar
2019-01-30 00:45:38 +01:00
parent ed26dc0235
commit 1f375e418a
7 changed files with 14 additions and 25 deletions

View File

@@ -645,7 +645,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
abortedFlag = True
finally:
kb.prependFlag = False
kb.stickyLevel = None
retrievedLength = len(finalValue or "")
if finalValue is not None: