remove unused variable
This commit is contained in:
parent
7de48fe5ff
commit
75ff25d4fd
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ class BaseTaskHandler(object):
|
|||
try:
|
||||
self.session.getTaskResult(task)
|
||||
checked.add(task)
|
||||
except (koji.GenericError, xmlrpclib.Fault) as ex:
|
||||
except (koji.GenericError, xmlrpclib.Fault):
|
||||
self.logger.info("task %s failed or was canceled, cancelling unfinished tasks" % task)
|
||||
self.session.cancelTaskChildren(self.id)
|
||||
# reraise the original error now, rather than waiting for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue