*** empty log message ***

This commit is contained in:
Joe Shochet 2001-02-09 01:06:08 +00:00
parent e8c40baf1f
commit 3ef1be2f83

View File

@ -127,6 +127,7 @@ def make_loop(taskList):
# If we got to the end of the list, this sequence is done
if (self.index >= len(self.taskList)):
TaskManager.notify.debug('sequence done, looping: ' + self.name)
self.prevIndex = -1
self.index = 0
return cont
else: