aboutsummaryrefslogtreecommitdiff
path: root/pw_ide
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2023-09-18 18:39:27 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-09-18 18:39:27 +0000
commitf1bf169cd2209b6a6846066f09aecbbb4c6cfcd6 (patch)
treebb3f1a340e91af7ccfe8d065b8b2b6695b683b2b /pw_ide
parent45527d21adb398429727eea168400eec2d1ef458 (diff)
downloadpigweed-f1bf169cd2209b6a6846066f09aecbbb4c6cfcd6.tar.gz
*: Use new TODO style
Change-Id: I94819991c2831363bd3a044197a98db86f345b10 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/170730 Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Carlos Chinchilla <cachinchilla@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'pw_ide')
-rw-r--r--pw_ide/py/pw_ide/activate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_ide/py/pw_ide/activate.py b/pw_ide/py/pw_ide/activate.py
index bd1ab742c..79d874205 100644
--- a/pw_ide/py/pw_ide/activate.py
+++ b/pw_ide/py/pw_ide/activate.py
@@ -146,7 +146,7 @@ def _sanitize_path(
user_home = Path.home().resolve()
resolved_path = Path(path).resolve()
- # TODO(b/248257406) Remove once we drop support for Python 3.8.
+ # TODO: b/248257406 - Remove once we drop support for Python 3.8.
def is_relative_to(path: Path, other: Path) -> bool:
try:
path.relative_to(other)