Commit 6caa7d1d authored by Richard Purdie's avatar Richard Purdie
Browse files

bitbake: command: Fix getCmdLineAction bugs


Executing "bitbake" doesn't get a sane message since the None return value
wasn't being handled correctly. Also fix msg -> cmd_action['msg'] as
otherwise an invalid variable is accessed which then crashes the server
due to the previous bug.

(Bitbake rev: c6211291ae07410832031a5274690437cc2b09a6)

Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent 2a693586
No related merge requests found
Showing with 4 additions and 2 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment