]> code.ossystems Code Review - openembedded-core.git/commit
wic: raise WicError instead of calling logger.error
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 21 Feb 2017 15:12:35 +0000 (17:12 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 10:42:32 +0000 (10:42 +0000)
commit7a5156092699593903a4bedb4cb23cc6e42ea62e
tree804845ef8bd16009487f79aea171c1d86c0bc22b
parent243ccd6b8b389231f6c4a8e251c2bd6b2cf6eaad
wic: raise WicError instead of calling logger.error

Replaced forgotten calls of logger.error with raising
WicError exception. Otherwise errors will be ignored.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/wic/plugins/source/bootimg-pcbios.py
scripts/lib/wic/utils/misc.py