diskimage-builder/diskimage_builder
Ian Wienand b91207ae47 Remove _config_error thrower
"log and throw" is arguably an anti-pattern; the error message either
bubles-up into the exception, or the handler figures it out.  We have
an example where this logs, and then the handler in blockdevice.py
catches it and logs it again.

Less layers is better; just raise the exception, and use log.exception
to get tracebacks where handled.

Change-Id: I8efd94fbe52a3911253753f447afdb7565849185
2017-05-18 10:37:56 +10:00
..
block_device Remove _config_error thrower 2017-05-18 10:37:56 +10:00
elements Apply setfiles on all mountpoints 2017-05-16 07:51:48 +02:00
graph Refactor: block-device handling (partitioning) 2017-01-24 19:59:10 +00:00
lib Only unmount directories that are mounted 2017-05-17 08:37:25 +02:00
tests Use fakelogger in test_blockdevice_mbr 2017-05-17 18:49:12 +10:00
__init__.py Bump hacking to 0.9.x series 2014-07-21 10:15:41 +02:00
disk_image_create.py squash-package-install to use the correct python 2017-03-13 20:24:39 +11:00
element_dependencies.py Semi-automatic doc generation of element dependency 2017-02-09 09:50:30 +11:00
logging_config.py Add python logger configuration 2016-06-16 13:54:50 +10:00
paths.py Move diskimage-image-create to an entry point 2016-11-02 05:12:11 +00:00
version.py Create docs site containing element READMEs 2015-02-10 11:45:35 -08:00