commit | 37389883583503239fdaa1e6e2cd72a4f5b85d53 | [log] [tgz] |
---|---|---|
author | Mark Mentovai <mark@chromium.org> | Mon Jun 16 22:08:28 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 16 22:08:28 2025 |
tree | 8d5e9d3944e0c54bc49841f75bd57d6602b92afb | |
parent | 377a7b6efd448b462390b1020331182b20467f5a [diff] |
bisect-builds: use r-string for regular expression All other regular expressions in the file already used r-strings, but this newer one added in beba95a59727d did not. Fixes this warning experienced with Python ≥3.12 (https://github.com/python/cpython/issues/98401, https://github.com/python/cpython/pull/99011, https://github.com/python/cpython/commit/a60ddd31be7f): bisect-builds.py:1260: SyntaxWarning: invalid escape sequence '\.' if not re.search("\.apks?$", apk_name): Change-Id: Ia8f1981efde3b14d5c36c3dfc2bca7737fd4cb89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6647645 Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by: Kuan Huang <kuanhuang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1474605}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.