Merge "Fix fake image build under Mac OS"
This commit is contained in:
commit
62f52878d2
@ -900,7 +900,7 @@ class BuildWorker(BaseWorker):
|
||||
break
|
||||
|
||||
# Subprocess complete
|
||||
elif event & select.POLLHUP:
|
||||
if event & select.POLLHUP:
|
||||
subprocess_done = True
|
||||
rc = p.wait()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user