Patch related to the last commit

This commit is contained in:
Miroslav Stampar
2019-02-07 16:49:58 +01:00
parent 5eb9f5729c
commit 0a42d91934
3 changed files with 4 additions and 3 deletions

View File

@@ -635,6 +635,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
finalValue = partialValue[:-INFERENCE_BLANK_BREAK]
break
elif charsetType and partialValue[-1:].isspace():
finalValue = partialValue[:-1]
break
if (lastChar > 0 and index >= lastChar):