]> code.ossystems Code Review - openembedded-core.git/commit
devshell.bbclass: Exceptions displayed within devpyshell
authorDorinda Bassey <dorindabassey@gmail.com>
Thu, 18 Mar 2021 15:49:40 +0000 (16:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Mar 2021 18:50:05 +0000 (18:50 +0000)
commit9f95e82a3b27bfd5177a855326dcad8a5bdf5b2d
treeb34f9bfca9226dd7698d7350fa0755b3194b298c
parent665841955f2b51f34d6493c8db3296333dc53fc4
devshell.bbclass: Exceptions displayed within devpyshell

If you type something into devpyshell, an exception should be triggered,
but that exception isn't printed out because it is not being flushed out
of the buffer. This patch fixes that issue.

[YOCTO #12156]

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/devshell.bbclass