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:
Martí Bolívar 2021-09-16 15:01:18 -07:00 committed by Marti Bolivar
parent 5f9f6f301f
commit 8d96e10d5f
1 changed files with 1 additions and 1 deletions

View File

@ -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