diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-03-05 09:40:19 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-03-05 09:40:23 -0500 |
commit | 4952a953585e99477a89989b009749e40c173013 (patch) | |
tree | 64981686fb87756354767a4be63c53ce8a274c66 /.travis | |
parent | d8a62db8bf68896397f175e1d7d52b7be5021985 (diff) | |
parent | 21be609b4947c955b93dd2be3fbc7624f6e04325 (diff) |
Merge #15534: [test] lint-format-strings: open files sequentially (fix for OS X)
21be609b49 In lint-format-strings, open files sequentially (Glenn Willen)
Pull request description:
In lint-format-strings, we use python argparse to read our file arguments. In
this mode, argparse opens all the files simultaneously. On OS X, where the
default filehandle limit is 128, this causes the lint to fail. Instead, ask
argparse for our filename arguments as strings, and open them one at a time
using 'with open'.
Tree-SHA512: 4c7dabf98818a7c5d83ab10c61b89a26957fe399e39e933e30c561cb45c5e8ba6f6aedcde8343da0c32ee340289a8897db6a33708e35ee381334ee27e3f4d356
Diffstat (limited to '.travis')
0 files changed, 0 insertions, 0 deletions