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

Unified Diff: breakpad.py

Issue 4321006: Disable the remaining pylint warnings locally and enable pylint warnings in PRESUBMIT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 10 years, 1 month 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') | gcl.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad.py
diff --git a/breakpad.py b/breakpad.py
index ef59b551fda28b2236a8ec723f0e6b90888f1c8f..f8f1a1b5aa77f95b43ef74359a157c0a9396ad4f 100644
--- a/breakpad.py
+++ b/breakpad.py
@@ -41,6 +41,8 @@ def SendStack(last_tb, stack, url=None):
'host': socket.getfqdn(),
'cwd': os.getcwd(),
}
+ # No exception type(s) specified
+ # pylint: disable=W0702
try:
# That may not always work.
params['exception'] = str(last_tb)
« no previous file with comments | « PRESUBMIT.py ('k') | gcl.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698