commit | ff7a6d2cad1be21626eca38232b8badd54b63cfe | [log] [tgz] |
---|---|---|
author | Rachael Newitt <renewitt@google.com> | Mon Nov 20 23:07:15 2023 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 20 23:07:15 2023 |
tree | f70b0ae5c1164d4ebcd0fa752b67b135f1a9efac | |
parent | 0b50402d9c4bb297bee2e04b4fea5ac72b6f6681 [diff] |
Use display name for artifacts which have them in nested steps. Helps with debugging because it shows what things were called before and after renaming occurs. Bug:b/30414225 Change-Id: I101ad7a5407ca91d8f540399d8690b5c26e94c5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5039406 Commit-Queue: Rachael Newitt <renewitt@google.com> Reviewed-by: Dan Le Febvre <dlf@google.com>
If you're here to make a change to ‘recipes’ (the code located in the recipes
directory), please take a look at the README for more information pertaining to recipes.
The preferred style is PEP8 with two-space indent; that is, the Chromium Python style. Functions use lowercase_with_underscores
, with the exception of the special functions RunSteps
and RunTests
in recipes. Use yapf (git cl format --no-clang-format
) to autoformat new code.