Index: gclient_utils.py |
=================================================================== |
--- gclient_utils.py (revision 104354) |
+++ gclient_utils.py (working copy) |
@@ -360,6 +360,9 @@ |
else: |
filter_fn(in_line) |
in_line = '' |
+ else: |
+ filter_fn(in_line) |
+ in_line = '' |
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. |