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

Unified Diff: gclient_utils.py

Issue 5303002: Add more exception information to breakpad. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: remove upload.py added by error, limit stack length to 4096 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 | « breakpad.py ('k') | pylintrc » ('j') | no next file with comments »
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 5ab1ed509a25b112f01c962471c683f6614c801f..7182848527a15af96b5b4fbfe2770cf6f0d7438e 100644
--- a/gclient_utils.py
+++ b/gclient_utils.py
@@ -701,8 +701,6 @@ class ExecutionQueue(object):
"""Runs in its own thread."""
logging.debug('running(%s)' % self.item.name)
work_queue = self.kwargs['work_queue']
- # It's necessary to catch all exceptions.
- # pylint: disable=W0703
try:
self.item.run(*self.args, **self.kwargs)
except Exception:
« no previous file with comments | « breakpad.py ('k') | pylintrc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698