app/project: add missing f for f-string
Whoops. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
46f583c662
commit
90b506974c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue