]> git.pld-linux.org Git - packages/firefox60-esr.git/blob - ignore-stats-errors.patch
afadc65e5fe847cc1e385f4993fee1136c1b5ecb
[packages/firefox60-esr.git] / ignore-stats-errors.patch
1 --- firefox-60.7.0/python/mozbuild/mozbuild/controller/building.py~     2019-05-14 21:13:24.000000000 +0200
2 +++ firefox-60.7.0/python/mozbuild/mozbuild/controller/building.py      2019-05-26 20:22:50.485588101 +0200
3 @@ -322,6 +322,7 @@
4              self.log(logging.WARNING, 'build_resources_error',
5                  {'msg': str(e)},
6                  'Exception when writing resource usage file: {msg}')
7 +            pass
8  
9      def _get_finder_cpu_usage(self):
10          """Obtain the CPU usage of the Finder app on OS X.
This page took 0.040829 seconds and 2 git commands to generate.