diff options
author | Ming Liu <liu.ming50@gmail.com> | 2024-01-07 11:34:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-09 22:59:28 +0000 |
commit | 0d93308425fd1e668dc43bcfe4b282289a30506a (patch) | |
tree | e0c52597582ad5c0feaeb2ba5736f9b74fe8ffc6 /bitbake/lib/toaster/tests/browser/selenium_helpers_base.py | |
parent | 04f1d1ec6bd7ad84116d129a88295f9d2a7cb5e3 (diff) | |
download | poky-0d93308425fd1e668dc43bcfe4b282289a30506a.tar.gz |
qemu.bbclass: fix a python TypeError
QEMU_OPTIONS can be empty which will trigger a exception TypeError:
| can only concatenate str (not "NoneType") to str. Fix it by setting a
empty string.
ALso removed two useless blanks.
(From OE-Core rev: b619197bd52a4a99a9989e7ea6fb7032415b1e42)
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/tests/browser/selenium_helpers_base.py')
0 files changed, 0 insertions, 0 deletions