partial unit test with minor fix

This commit is contained in:
Mike McLean 2018-11-28 23:34:58 -05:00
parent 25d8e41f31
commit beac7899ec
2 changed files with 38 additions and 0 deletions

View file

@ -924,6 +924,8 @@ class TaskManager(object):
if now - ts < delay:
del self.skipped_tasks[task['id']]
return True
# otherwise
return False
def cleanDelayTimes(self):
"""Remove old entries from skipped_tasks"""