[gen] Bugfixes.

This commit is contained in:
Gaetan Delannay 2015-02-23 12:38:49 +01:00
parent af635f936f
commit dd7e2000a1
4 changed files with 17 additions and 15 deletions

View file

@ -1189,7 +1189,7 @@ class BaseMixin:
if not includeInvisible:
history = [e for e in history if e['comments'] != '_invisible_']
if reverse: history.reverse()
# Keep only events which are within the batch.
# Keep only events which are within the batch
res = []
stopIndex = startNumber + batchSize - 1
i = -1