| commit | 958ebe2313a94b7234f0099b07c682e68e216636 | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Mon Oct 30 11:55:53 2023 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 06 16:46:25 2023 +0000 |
| tree | e7c560788141f26e6f9a154a68c7ae9115aaf7f1 | |
| parent | 7ecfa88986361650b392539463bddd3105ed805a [diff] |
check-presubmit: put cros_utils on PYTHONPATH We do this already for `cros lint`; make sure it's done here, so mypy can reason about types more accurately. BUG=b:308443233 TEST=repo upload Change-Id: Ia0273404934b0846c4ec63927928a7b39afc50cc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/4989912 Commit-Queue: George Burgess <gbiv@chromium.org> Reviewed-by: Bob Haarman <inglorion@chromium.org> Tested-by: George Burgess <gbiv@chromium.org>
toolchain-utilsVarious utilities used by the ChromeOS 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.