diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-03 09:29:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-18 12:25:00 +0100 |
commit | c86541277ef3cd4782ff7599d921c36a1a09a3f4 (patch) | |
tree | 14c29541363dbd447e9ff92a157a367b0435b180 /meta/recipes-devtools/binutils | |
parent | 756f6d0fe98596c949d1f70a7999ce1a5844ba55 (diff) | |
download | poky-c86541277ef3cd4782ff7599d921c36a1a09a3f4.tar.gz |
oeqa/targetcontrol: Rework exception handling to avoid warnings
We're seeing:
WARNING: bitbake/lib/bb/cookerdata.py:136: ResourceWarning: unclosed file <_io.FileIO
name='tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/testimage/qemurunner_log.20200601181912'
mode='ab' closefd=True
which can only be caused by the qemu.stop() method not being called.
Tweak the error handling to fix the blanket exception handler which
is likely meaning this function isn't getting called.
(From OE-Core rev: bd2d32903f208b6a70abaa29b980db1498b84a02)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ee707090848d793e3b2d82dd3861ae22222682c0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils')
0 files changed, 0 insertions, 0 deletions