diff options
author | Ross Burton <ross.burton@intel.com> | 2017-11-22 15:56:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-02 11:24:35 +0000 |
commit | b5837f62c8af94d134cf2160afdfb9e08b3418d1 (patch) | |
tree | 72694c192c9bcbb0bff306eda355c2dc993dd263 /scripts/lib/wic/misc.py | |
parent | bf5627ddbe5371eba62f73c33735fb1cf35c2194 (diff) | |
download | openembedded-core-b5837f62c8af94d134cf2160afdfb9e08b3418d1.tar.gz openembedded-core-b5837f62c8af94d134cf2160afdfb9e08b3418d1.tar.bz2 openembedded-core-b5837f62c8af94d134cf2160afdfb9e08b3418d1.zip |
oeqa/commands: don't break if get_bb_vars is passed a tuple
get_bb_vars was using variables.copy() to duplicate the list of variables passed
but this function only exists in lists [1,2] and not tuples (1,2).
Instead of throwing an exception if the variables are in a tuple, simply
construct a new list using the passed sequence-like object.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/wic/misc.py')
0 files changed, 0 insertions, 0 deletions