diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2018-10-11 17:18:33 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-18 10:59:26 +0100 |
commit | b33c179aa978b6145c5c73c6ce545f9a68ffca28 (patch) | |
tree | 106e4a5392b52b0e6e9c84872aacdb8d6e1ee511 /bitbake/lib/bb/fetch2 | |
parent | 64fe513327837d0ac7603b76558c791db28c73f1 (diff) | |
download | poky-b33c179aa978b6145c5c73c6ce545f9a68ffca28.tar.gz |
bitbake: layerindexlib: Fix various type checking errors
In the list_obj function, we can't check if the requested object is 'in',
the index data -- as it's actually an attribute of the object. Move to hasattr.
The remaining items were incorrect usages of 'type' for class type comparison.
Instead move to 'isinstance'. Remaing 'type' comparisons are still valid. The
code was also reordered slightly to avoid a lot of:
if not isinstance(x, y):
...
else:
...
reordering it removes the not and makes the code slightly easier to read.
(Bitbake rev: cddea4282820ef10ad4863d87327891ea9383916)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/fetch2')
0 files changed, 0 insertions, 0 deletions