util: tweak WestNotFound text
Lowercase 'west' is the name of the tool. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
5f9f6f301f
commit
8d96e10d5f
|
@ -79,6 +79,6 @@ def west_topdir(start: Optional[PathType] = None,
|
|||
return west_topdir(os.environ['ZEPHYR_BASE'],
|
||||
fall_back=False)
|
||||
else:
|
||||
raise WestNotFound('Could not find a West workspace '
|
||||
raise WestNotFound('Could not find a west workspace '
|
||||
'in this or any parent directory')
|
||||
cur_dir = parent_dir
|
||||
|
|
Loading…
Reference in New Issue