oopsy
This commit is contained in:
parent
5a32627a8d
commit
bc22e0d52d
|
|
@ -53,7 +53,8 @@ class IntervalManager(CIntervalManager):
|
|||
# on the still-running intervals.
|
||||
index = self.getNextRemoval()
|
||||
while index >= 0:
|
||||
self.ivals[index].privPostEvent()
|
||||
if self.ivals[index]:
|
||||
self.ivals[index].privPostEvent()
|
||||
self.ivals[index] = None
|
||||
index = self.getNextRemoval()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue