app/project: add missing f for f-string

Whoops.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2020-06-30 16:38:53 -07:00 committed by Marti Bolivar
parent 46f583c662
commit 90b506974c
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ class Init(_ProjectCommand):
if not exists(temp_manifest):
log.die(f'can\'t init: no "west.yml" found in {tempdir}\n'
f' Hint: check --manifest-url={manifest_url} and '
'--manifest-rev={manifest_rev}\n'
f'--manifest-rev={manifest_rev}\n'
f' You may need to remove {west_dir} before retrying.')
# Parse the manifest to get the manifest path, if it declares one.