generic-poky/scripts/lib/wic
Ed Bartosh 346ef9245d wic: refactored processing of wic exceptions
All wic exceptions are now inherited from new base exception
class WicError. It makes them easy to maintain and catch.

Processing of exceptions is done this way:
    Known wic exceptions cause wic to print error message to stdout.
    Unknown exceptions are not catched anymore and produce standard
    python traceback.

(From OE-Core rev: e5e2c18ce4344c14d9e52ece916333bd0a619281)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-29 10:17:14 +01:00
..
3rdparty/pykickstart wic: use kB for the partitions size 2015-02-08 08:00:27 +00:00
imager wic: code cleanup: wildcard imports 2015-04-24 11:06:55 +01:00
kickstart wic: Make sure file exists before removing it 2015-05-24 07:19:19 +01:00
plugins wic: Add plugin for single partition disk 2015-05-03 11:43:49 +01:00
utils wic: refactored processing of wic exceptions 2015-05-29 10:17:14 +01:00
__init__.py wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00
__version__.py wic: Bump the version to 2.0 2014-08-11 10:53:12 +01:00
conf.py wic: code cleanup: unused imports 2015-04-09 07:43:52 +01:00
creator.py wic: code cleanup: unused imports 2015-04-09 07:43:52 +01:00
msger.py wic:code cleanup: No space allowed 2015-04-13 22:33:20 +01:00
plugin.py wic: code cleanup: wildcard imports 2015-04-24 11:06:55 +01:00
pluginbase.py wic: code cleanup: unused imports 2015-04-09 07:43:52 +01:00
test wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00