live_images fix reference from koji to koji_wrapper

Signed-off-by: Lubos Kocman <lkocman@redhat.com>
This commit is contained in:
Lubos Kocman 2015-09-01 08:23:24 +00:00
parent 8e90a2a32a
commit 158d1834a6
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class CreateLiveImageThread(WorkerThread):
# copy finished rpm to isos/ (if rpm wrapped ISO was built)
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:
shutil.copy2(rpm_path, cmd["wrapped_rpms_path"])