metadata: Stop crashing for non-bootable products

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-10-20 09:25:39 +02:00
parent a7dc4e80a7
commit 6e55cc6419
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ def write_tree_info(compose, arch, variant, timestamp=None):
# clone all but 'general' sections from buildinstall .treeinfo
bi_dir = compose.paths.work.buildinstall_dir(arch)
if compose.conf['buildinstall_method'] == 'lorax':
if compose.conf.get('buildinstall_method') == 'lorax':
# The .treeinfo file produced by lorax is nested in variant
# subdirectory. Legacy buildinstall runs once per arch, so there is
# only one file.