Fix the extra message "Broken revdeps" that may appear on certain build failures

This commit is contained in:
Thomas Nagy 2018-11-27 07:54:52 +01:00
parent 7d3c89e1b0
commit 1607738e97
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 2 additions and 0 deletions

View File

@ -258,6 +258,8 @@ class Parallel(object):
self.outstanding.append(x)
break
else:
if self.stop or self.error:
break
raise Errors.WafError('Broken revdeps detected on %r' % self.incomplete)
else:
tasks = next(self.biter)