| Index: build/android/gyp/lint.py
 | 
| diff --git a/build/android/gyp/lint.py b/build/android/gyp/lint.py
 | 
| index 6c4645abeabb3607108ed5d590d5dffc10e60013..1e1779c87eda2a2a362dd85f7bf124113fbdb5a8 100755
 | 
| --- a/build/android/gyp/lint.py
 | 
| +++ b/build/android/gyp/lint.py
 | 
| @@ -127,7 +127,7 @@ def _RunLint(lint_path, config_path, processed_config_path, manifest_path,
 | 
|        else:
 | 
|          try:
 | 
|            num_issues = _ParseAndShowResultFile()
 | 
| -        except Exception:
 | 
| +        except Exception: # pylint: disable=broad-except
 | 
|            print 'Lint created unparseable xml file...'
 | 
|            print 'File contents:'
 | 
|            with open(result_path) as f:
 | 
| 
 |