Merge "Fix fake image build under Mac OS"

This commit is contained in:
Zuul 2020-11-12 11:36:58 +00:00 committed by Gerrit Code Review
commit 62f52878d2

View File

@ -900,7 +900,7 @@ class BuildWorker(BaseWorker):
break
# Subprocess complete
elif event & select.POLLHUP:
if event & select.POLLHUP:
subprocess_done = True
rc = p.wait()