diff options
author | Mikko Ylinen <mikko.ylinen@linux.intel.com> | 2017-07-03 14:49:55 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-06 14:38:08 +0100 |
commit | 2b7232f2913cc3c8463f136bad7dd06b690c5141 (patch) | |
tree | 11a1a67db0ee3e6d28e6e9f25f3ce47e8a37f7bf /scripts/lib/scriptpath.py | |
parent | 6f054fcf08f6d5aeb6b5ade74ac5cc61a99fb8fe (diff) | |
download | openembedded-core-2b7232f2913cc3c8463f136bad7dd06b690c5141.tar.gz openembedded-core-2b7232f2913cc3c8463f136bad7dd06b690c5141.tar.bz2 openembedded-core-2b7232f2913cc3c8463f136bad7dd06b690c5141.zip |
sanity.bbclass: fix AttributeError in mirror format checks
mirrors is a list after split() and results in:
AttributeError: 'list' object has no attribute 'strip'
when the 'mirror values are pairs' check fails.
Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/scriptpath.py')
0 files changed, 0 insertions, 0 deletions