diskimage-builder/diskimage_builder
Mark Goddard aa6c1d01a9 Decode string to bytes in dracut-regenerate
In python3, the standard out data returned by
subprocess.Popen.communicate() will in most cases be bytes rather than a
string and must therefore be decoded.

Without this fix we hit the following error:

TypeError: a bytes-like object is required, not 'str'

Change-Id: I6d75f867ebfdb925970c3397175214b9050d7632
Closes-Bug: #1694463
2017-05-30 16:15:06 +01:00
..
block_device Refactor: use lazy logging 2017-05-30 14:39:58 +10:00
elements Decode string to bytes in dracut-regenerate 2017-05-30 16:15:06 +01:00
lib Only unmount directories that are mounted 2017-05-17 08:37:25 +02:00
tests Refactor: use lazy logging 2017-05-30 14:39:58 +10:00
__init__.py
disk_image_create.py squash-package-install to use the correct python 2017-03-13 20:24:39 +11:00
element_dependencies.py Refactor: use lazy logging 2017-05-30 14:39:58 +10:00
logging_config.py
paths.py Move diskimage-image-create to an entry point 2016-11-02 05:12:11 +00:00
version.py