Chromium Code Reviews

Unified Diff: gclient_utils.py

Issue 8052025: Sanitize git progress message output. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « gclient_scm.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « gclient_scm.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine