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: |