[gen] Bugfixes.
This commit is contained in:
parent
af635f936f
commit
dd7e2000a1
4 changed files with 17 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue