Trivial refactoring

This commit is contained in:
Miroslav Stampar
2019-06-01 00:53:47 +02:00
parent 956b0eb69d
commit 94c00fd3bc
5 changed files with 5 additions and 6 deletions

View File

@@ -279,7 +279,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
return None
maxChar = maxValue = charTbl[-1]
minChar = minValue = charTbl[0]
minValue = charTbl[0]
firstCheck = False
lastCheck = False
unexpectedCode = False