Chromium Code Reviews| 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) |