commit | 2895a61453c2d94b90bdcd8a80050a5224085075 | [log] [tgz] |
---|---|---|
author | Joe Downing <joedow@chromium.org> | Tue Jul 30 18:22:45 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 30 18:22:45 2024 |
tree | 30f3be29f81c1e3d9119888e1e80f43b51fd21ba | |
parent | bcddd7dd4b6d02b409f95e6cb6d591b659494cf1 [diff] |
Fixing a regex parsing issue in the host wrapper script We received a report that setting up a host on Ubuntu 24.04 results in this error being logged: daemon_controller_delegate_linux.cc(98)] /opt/google/chrome-remote-desktop/chrome-remote-desktop:2526: SyntaxWarning: invalid escape sequence '\s' re.split('\s+', os.environ[HOST_EXTRA_PARAMS_ENV_VAR].strip()) It looks like this was added for the Wayland work and was probably fine at the time, but now we only support Python 3 and we either need to escape the backslash or use a raw string. AFAICT this is a benign error at the moment but we should still try to fix it. Change-Id: I0bdb7f5dc47717f2750a9103b25f55e5e49480bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5749208 Reviewed-by: Lambros Lambrou <lambroslambrou@chromium.org> Auto-Submit: Joe Downing <joedow@chromium.org> Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Cr-Commit-Position: refs/heads/main@{#1334989}
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.