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

Unified Diff: scripts/slave/chromium_commands.py

Issue 12388023: Disable false-positive pylint warning. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/chromium_commands.py
diff --git a/scripts/slave/chromium_commands.py b/scripts/slave/chromium_commands.py
index db996e9cb797bc13a504df27c1a4b2f36ce6b3c6..3fb9e4d1f6e5cf3e5923ddefd23f01bb1c1f214b 100644
--- a/scripts/slave/chromium_commands.py
+++ b/scripts/slave/chromium_commands.py
@@ -648,7 +648,7 @@ class GClient(sourcebase):
return sourcebase.maybeDoVCRetry(self, res)
-class ApplyIssue(commandbase):
+class ApplyIssue(commandbase): # disable=W0654
"""Command to run apple_issue.py on the checkbout."""
def __init__(self, *args, **kwargs):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698