aboutsummaryrefslogtreecommitdiff
path: root/pw_doctor/py/pw_doctor/doctor.py
diff options
context:
space:
mode:
Diffstat (limited to 'pw_doctor/py/pw_doctor/doctor.py')
-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!')