diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-05-10 17:10:30 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-14 23:05:15 +0100 |
commit | 0854035d9c6b1e231587f30c6cb421020b643209 (patch) | |
tree | 552168d7c4cb3c851096074a6dd39a3d26487a60 /meta-yocto-bsp/recipes-kernel | |
parent | 519a85ef25a9c5552ce6478dcd39898c31cf1cd6 (diff) | |
download | poky-0854035d9c6b1e231587f30c6cb421020b643209.tar.gz |
bitbake: toaster: use new syntax of except statement
Used except 'except (<exception1>, <exception2>):' syntax as it's
supported by python 2 and pythone 3.
Old syntax 'except <exception1>, <exception2>:' is not supported
by python 3.
[YOCTO #9584]
(Bitbake rev: d19e305ffa44a848b02ede63dc5de8d2640089e6)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel')
0 files changed, 0 insertions, 0 deletions