This commit is contained in:
Brad Warren 2021-04-07 13:13:34 -07:00
parent 317360e9db
commit 5c092528d1

View file

@ -265,7 +265,7 @@ def main():
build_success = True
for async_result in async_results:
if not async_results.get():
if not async_result.get():
build_success = False
_dump_results(archs, status)