commit | 4a808eaf69b070c9437edff407ee64e6ee73c1d2 | [log] [tgz] |
---|---|---|
author | Alexander Schulze <alexschulze@chromium.org> | Mon May 06 08:33:57 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 06 08:33:57 2024 |
tree | 8276caf94d830ef0fabb1e228061ceed2c444672 | |
parent | c8d4a929cd576aecde3366f16c5d3444b4c97a80 [diff] |
[v8_auto_roller] Use log instead of summary_text for exceptions Bug: 338536416 Change-Id: Ia479d436b049f5937166a3bd72e1b0b2fb17b346 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5515480 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Auto-Submit: Alexander Schulze <alexschulze@chromium.org>
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. 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.