commit | f2a3ef46f75d2196a93d3ed27f4d1fcf22b54fbe | [log] [tgz] |
---|---|---|
author | Luis Lozano <llozano@chromium.org> | Tue Dec 15 13:49:30 2015 -0800 |
committer | Luis Lozano <llozano@chromium.org> | Wed Dec 16 17:36:06 2015 +0000 |
tree | 185d243c7eed7c7a0db6f0e640746cadc1479ea9 | |
parent | 2a66f70fef907c1cb15229cb58e5129cb620ac98 [diff] |
Run pyformat on all the toolchain-utils files. This gets rid of a lot of lint issues. Ran by doing this: for f in *.py; do echo -n "$f " ; if [ -x $f ]; then pyformat -i --remove_trailing_comma --yapf --force_quote_type=double $f ; else pyformat -i --remove_shebang --remove_trailing_comma --yapf --force_quote_type=double $f ; fi ; done BUG=chromium:567921 TEST=Ran simple crosperf run. Change-Id: I59778835fdaa5f706d2e1765924389f9e97433d1 Reviewed-on: https://chrome-internal-review.googlesource.com/242031 Reviewed-by: Luis Lozano <llozano@chromium.org> Commit-Queue: Luis Lozano <llozano@chromium.org> Tested-by: Luis Lozano <llozano@chromium.org> Reviewed-by: Yunlian Jiang <yunlian@google.com>