diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2023-03-23 10:37:59 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-25 09:39:28 +0000 |
commit | 7def843a5544e97fa4f7b885feeb01b1cc269950 (patch) | |
tree | 37d15d67c2f6a794e9640c98d3fa8e2adf0574fd /documentation/.gitignore | |
parent | 41de1ecadd6f5db9549356d875af1a05f5f0036f (diff) | |
download | poky-7def843a5544e97fa4f7b885feeb01b1cc269950.tar.gz |
runqemu: Fix TypeError when command fails
The commands passed to subprocess are tuples which when passed to a %
format are treated as multiple format arguments instead of a single
argument to be coerced by "%s". This results in a TypeError being
raised with python claiming that not all arguments were consumed.
Fix this by wrapping the command tuple in a str() call, as is done for
the logging strings
[YOCTO #15078]
(From OE-Core rev: 3e5d04d9ebbee4e11fb39bf353b6d4c3133e166a)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/.gitignore')
0 files changed, 0 insertions, 0 deletions