aboutsummaryrefslogtreecommitdiff
path: root/pw_doctor
diff options
context:
space:
mode:
authorArmando Montanez <amontanez@google.com>2023-10-20 20:45:11 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-10-20 20:45:11 +0000
commit66c945c7036e2abfbddbc1e93cfdb0be2585d6d3 (patch)
treedc729c3f98af1d8c9d14af22b8b4ee5c9158c21c /pw_doctor
parent521774e22486af20c57d3c05798fe1b032ef2022 (diff)
downloadpigweed-66c945c7036e2abfbddbc1e93cfdb0be2585d6d3.tar.gz
pw_{doctor,presubmit}: Trivial linter fixes
Change-Id: I006fb23d73d8dbc9d30d762a384db68d54977562 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/176939 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Anthony DiGirolamo <tonymd@google.com> Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'pw_doctor')
-rwxr-xr-xpw_doctor/py/pw_doctor/doctor.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pw_doctor/py/pw_doctor/doctor.py b/pw_doctor/py/pw_doctor/doctor.py
index 494b328fe..3e10a7ecd 100755
--- a/pw_doctor/py/pw_doctor/doctor.py
+++ b/pw_doctor/py/pw_doctor/doctor.py
@@ -508,8 +508,9 @@ def run_doctor(strict=False, checks=None):
doctor.log.info(
"Your environment setup has completed, but something isn't right "
'and some things may not work correctly. You may continue with '
- f'development, but please seek support at {new_bug_url} or by '
- 'reaching out to your team.'
+ 'development, but please seek support at %s or by '
+ 'reaching out to your team.',
+ new_bug_url,
)
else:
doctor.log.info('Environment passes all checks!')