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

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: update w/ review feedback 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/PRESUBMIT.py » ('j') | git_cl/git_cl.py » ('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 64f4dcb28ba2cb69bf71abc2eb4152f1bf6f164c..97c8227c097370f2e933f759a5a268e752d72020 100644
--- a/gclient_utils.py
+++ b/gclient_utils.py
@@ -660,7 +660,7 @@ class ExecutionQueue(object):
self.running.append(t)
else:
t.join()
- sys.stdout.full_flush()
+ sys.stdout.full_flush() # pylint: disable=E1101
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/PRESUBMIT.py » ('j') | git_cl/git_cl.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698