minor update

This commit is contained in:
Miroslav Stampar
2011-10-11 22:27:49 +00:00
parent a7a29f33ad
commit 7956390631
3 changed files with 4 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ def __oneShotErrorUse(expression, field):
threadData = getCurrentThreadData()
retVal = conf.hashDB.retrieve(expression) if not conf.freshQueries else None
retVal = conf.hashDB.retrieve(expression) if not any([conf.flushSession, conf.freshQueries]) else None
offset = 1
chunk_length = None