diff --git a/lib/techniques/error/use.py b/lib/techniques/error/use.py index a82744640..e1b2d8e06 100644 --- a/lib/techniques/error/use.py +++ b/lib/techniques/error/use.py @@ -73,7 +73,7 @@ def __oneShotErrorUse(expression, field): else: retVal += output if output else '' - if not (output and len(output) >= MYSQL_ERROR_CHUNK_LENGTH): + if not (output and len(output) == MYSQL_ERROR_CHUNK_LENGTH): break else: offset += MYSQL_ERROR_CHUNK_LENGTH