diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-05-04 16:06:19 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-14 07:26:42 +0100 |
commit | 15e88714d6b0a93f72e8a19b083fcc1f2006e128 (patch) | |
tree | 66afd5cbbade4edd114c4ef1e6f8d17b53a7a3f1 /scripts/lib/wic/conf.py | |
parent | 528a1f20939589949831efbb4de6336776efe7d5 (diff) | |
download | openembedded-core-15e88714d6b0a93f72e8a19b083fcc1f2006e128.tar.gz openembedded-core-15e88714d6b0a93f72e8a19b083fcc1f2006e128.tar.bz2 openembedded-core-15e88714d6b0a93f72e8a19b083fcc1f2006e128.zip |
wic: use new syntax of 'except' statement
New syntax 'except Exception as err' is supported by Python >= 2.7.
Old syntax 'except Exception, err' is not supported by Python 3.
Used new syntax to be able to run wic on Python 3.
[YOCTO #9412]
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/conf.py')
0 files changed, 0 insertions, 0 deletions