missing change

This commit is contained in:
Thomas Nagy 2012-02-06 02:48:07 +01:00
parent 2eebd14dcd
commit e0bf42db95
1 changed files with 3 additions and 3 deletions

View File

@ -245,9 +245,9 @@ class Parallel(object):
else:
if Logs.verbose > 1:
self.error.append(tsk)
continue
tsk.hasrun = Task.EXCEPTION
self.error.append(tsk)
else:
tsk.hasrun = Task.EXCEPTION
self.error.append(tsk)
def add_task(self, tsk):
"""