west: runners: Fix typo'd log.wrn() call
Should be wrn() instead of warn(). Reported by pylint. Also remove a {} from the message. It's not being formatted. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
11d98ae9de
commit
bf128d09b3
1 changed files with 2 additions and 2 deletions
|
@ -371,7 +371,7 @@ def _dump_context(command, args, runner_args, cached_runner_var):
|
|||
colorize=True)
|
||||
|
||||
if cache is None:
|
||||
log.warn('Missing or invalid CMake cache {}; there is no context.',
|
||||
log.wrn('Missing or invalid CMake cache; there is no context.',
|
||||
'Use --build-dir to specify the build directory.')
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue