commit | 8ff790343d702be4c9fe55e3519d89a8501d4bf9 | [log] [tgz] |
---|---|---|
author | Emma Vukelj <emmavukelj@google.com> | Fri Jul 19 14:46:13 2019 -0700 |
committer | Emma Vukelj <emmavukelj@google.com> | Fri Jul 19 22:38:16 2019 +0000 |
tree | 3a9730f0c519dd2f587718211fe00e9db5e47e27 | |
parent | e78ad6731d8c72c27b5c4e197bd38cfa9f823e04 [diff] |
Toolchain-Utils: Fix bug when no files to lint/check This CL fixes a bug in the previous one editing pre-submit which caused presubmit to fail when no new files have been added. BUG=None TEST=created new branches, confirmed presubmit is run correctly Change-Id: I1a1b968220e60db12d05bbdab25646bfe2eb42e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1710022 Reviewed-by: George Burgess <gbiv@chromium.org> Reviewed-by: Caroline Tice <cmtice@chromium.org> Tested-by: Emma Vukelj <emmavukelj@google.com>
toolchain-utils
Various utilities used by the Chrome OS toolchain team.
To run Python scripts in this directory, first run:
export PYTHONPATH=$(readlink -f .):$PYTHONPATH
from this directory.
Then you can run any script.
To get help on any script, type in python <script> --help
, or refer to the header of the script for more information.