Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(496)

Unified Diff: gclient_utils.py

Issue 6685023: Make git_cl pass pylint cleanly (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: whoops Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « PRESUBMIT.py ('k') | git-cl » ('j') | git-cl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient_utils.py
diff --git a/gclient_utils.py b/gclient_utils.py
index 8e2d1c315e19807b8ade9c65ee3013b87dee6029..e8d653ea10092be267dd304ea25621eda0441b3b 100644
--- a/gclient_utils.py
+++ b/gclient_utils.py
@@ -657,7 +657,7 @@ class ExecutionQueue(object):
self.running.append(t)
else:
t.join()
- sys.stdout.full_flush()
+ sys.stdout.flush()
M-A Ruel 2011/03/13 20:45:48 No it's full_flush(), it's defined at line 379.
if self.progress:
self.progress.update(1, t.item.name)
assert not t.item.name in self.ran
« no previous file with comments | « PRESUBMIT.py ('k') | git-cl » ('j') | git-cl » ('J')

Powered by Google App Engine
This is Rietveld 408576698