| Index: build/android/gyp/generate_v14_compatible_resources.py
 | 
| diff --git a/build/android/gyp/generate_v14_compatible_resources.py b/build/android/gyp/generate_v14_compatible_resources.py
 | 
| index 1a9e17b4c8effa01db01d30b61c767b7e69e89ec..fc7abbaf0c6d3365064d17fd0248f5f642b67bd7 100755
 | 
| --- a/build/android/gyp/generate_v14_compatible_resources.py
 | 
| +++ b/build/android/gyp/generate_v14_compatible_resources.py
 | 
| @@ -69,7 +69,7 @@ def IterateXmlElements(node):
 | 
|  def ParseAndReportErrors(filename):
 | 
|    try:
 | 
|      return minidom.parse(filename)
 | 
| -  except Exception:
 | 
| +  except Exception: # pylint: disable=broad-except
 | 
|      import traceback
 | 
|      traceback.print_exc()
 | 
|      sys.stderr.write('Failed to parse XML file: %s\n' % filename)
 | 
| 
 |