live_images fix reference from koji to koji_wrapper
Signed-off-by: Lubos Kocman <lkocman@redhat.com>
This commit is contained in:
parent
8e90a2a32a
commit
158d1834a6
@ -201,7 +201,7 @@ class CreateLiveImageThread(WorkerThread):
|
|||||||
|
|
||||||
# copy finished rpm to isos/ (if rpm wrapped ISO was built)
|
# copy finished rpm to isos/ (if rpm wrapped ISO was built)
|
||||||
if cmd["specfile"]:
|
if cmd["specfile"]:
|
||||||
rpm_paths = koji.get_wrapped_rpm_path(output["task_id"])
|
rpm_paths = koji_wrapper.get_wrapped_rpm_path(output["task_id"])
|
||||||
for rpm_path in rpm_paths:
|
for rpm_path in rpm_paths:
|
||||||
shutil.copy2(rpm_path, cmd["wrapped_rpms_path"])
|
shutil.copy2(rpm_path, cmd["wrapped_rpms_path"])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user