]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: use new syntax of except statement
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 10 May 2016 14:10:30 +0000 (17:10 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 May 2016 21:05:10 +0000 (22:05 +0100)
commitd19e305ffa44a848b02ede63dc5de8d2640089e6
tree719c8060fcb6d84f8e4559eba6f25b613fa0e320
parent09d37ee51219edcd0be6fd24c82fce392533b39b
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]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/toaster/toastergui/views.py