[buildinstall] Fix bad error message
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
264c7b1ddf
commit
961648819f
@ -190,8 +190,7 @@ class BuildinstallPhase(PhaseBase):
|
|||||||
# TODO: label is not used
|
# TODO: label is not used
|
||||||
label = ""
|
label = ""
|
||||||
volid = get_volid(self.compose, arch, variant, escape_spaces=False, disc_type=disc_type)
|
volid = get_volid(self.compose, arch, variant, escape_spaces=False, disc_type=disc_type)
|
||||||
msg = 'Copying results of buildinstall'
|
with failable(self.compose, variant, arch, 'buildinstall'):
|
||||||
with failable(self.compose, variant, arch, 'buildinstall', msg):
|
|
||||||
tweak_buildinstall(buildinstall_dir, os_tree, arch, variant.uid, label, volid, kickstart_file)
|
tweak_buildinstall(buildinstall_dir, os_tree, arch, variant.uid, label, volid, kickstart_file)
|
||||||
link_boot_iso(self.compose, arch, variant)
|
link_boot_iso(self.compose, arch, variant)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user