Chromium Code Reviews| Index: gclient_utils.py |
| =================================================================== |
| --- gclient_utils.py (revision 103057) |
| +++ gclient_utils.py (working copy) |
| @@ -358,6 +358,9 @@ |
| else: |
| filter_fn(in_line) |
| in_line = '' |
| + else: |
| + filter_fn(in_line) |
| + in_line = '' |
|
cmp
2011/09/28 01:35:10
FYI changing this can have wide and deep effects.
|
| in_byte = kid.stdout.read(1) |
| # Flush the rest of buffered output. This is only an issue with |
| # stdout/stderr not ending with a \n. |