]> code.ossystems Code Review - openembedded-core.git/commit
scripts: python3: use new style except statement
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 2 Jun 2016 10:12:48 +0000 (13:12 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2016 10:45:58 +0000 (11:45 +0100)
commit438eabc248f272e3d272aecaa4c9cec177b172d5
tree5be184533b66ee841de8dfe9f455382886e7b867
parent874a269eb1d70060c2f3b3f8b70800e2aea789f4
scripts: python3: use new style except statement

Changed old syle except statements 'except <exception>, var'
to new style 'except <exception> as var' as old style is not
supported in python3.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/combo-layer
scripts/contrib/bbvars.py
scripts/cp-noerror
scripts/tiny/ksize.py