From 87e36796c6d4b4bc70fdf375057fa270f6592ea8 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 8 Feb 2011 16:29:42 +0000 Subject: [PATCH] just to not cause confusion --- lib/techniques/error/use.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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