fix raise_fault condition in taskWaitResults()

This commit is contained in:
Mike McLean 2017-01-11 16:55:08 -05:00
parent 5a5be59433
commit 4cd548e6dc
2 changed files with 4 additions and 1 deletions

View file

@ -2413,6 +2413,7 @@ class BuildLiveMediaTask(BuildImageTask):
label='livemedia %s' % arch, arch=arch)
if arch in opts.get('optional_arches', []):
canfail.append(subtasks[arch])
self.logger.debug("Tasks that can fail: %r", canfail)
self.logger.debug("Got image subtasks: %r", subtasks)