diff options
Diffstat (limited to 'bitbake/lib/bb/process.py')
-rw-r--r-- | bitbake/lib/bb/process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/process.py b/bitbake/lib/bb/process.py index af5d804a1d..be2c15a188 100644 --- a/bitbake/lib/bb/process.py +++ b/bitbake/lib/bb/process.py | |||
@@ -142,7 +142,7 @@ def _logged_communicate(pipe, log, input, extrafiles): | |||
142 | while pipe.poll() is None: | 142 | while pipe.poll() is None: |
143 | read_all_pipes(log, rin, outdata, errdata) | 143 | read_all_pipes(log, rin, outdata, errdata) |
144 | 144 | ||
145 | # Pocess closed, drain all pipes... | 145 | # Process closed, drain all pipes... |
146 | read_all_pipes(log, rin, outdata, errdata) | 146 | read_all_pipes(log, rin, outdata, errdata) |
147 | finally: | 147 | finally: |
148 | log.flush() | 148 | log.flush() |