Mercurial > hg
comparison contrib/perf-utils/compare-discovery-case @ 51690:493034cc3265
black: format the codebase with 23.3.0
The CI has moved to 23.3.0, which is the last version that supports 3.7
at runtime, so we should honor this change.
# skip-blame mass-reformating only
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Thu, 18 Jul 2024 12:36:12 +0200 |
parents | 5acbc550d987 |
children | 7f0cb9ee0534 |
comparison
equal
deleted
inserted
replaced
51689:39e2b2d062c1 | 51690:493034cc3265 |
---|---|
203 out, err = s.communicate() | 203 out, err = s.communicate() |
204 return json.loads(out)[0] | 204 return json.loads(out)[0] |
205 | 205 |
206 | 206 |
207 if __name__ == '__main__': | 207 if __name__ == '__main__': |
208 | |
209 argv = sys.argv[:] | 208 argv = sys.argv[:] |
210 | 209 |
211 kwargs = {} | 210 kwargs = {} |
212 # primitive arg parsing | 211 # primitive arg parsing |
213 if '--no-header' in argv: | 212 if '--no-header' in argv: |