From 158d1834a61498e091cbc90dbd62dbde18c1d424 Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Tue, 1 Sep 2015 08:23:24 +0000 Subject: [PATCH] live_images fix reference from koji to koji_wrapper Signed-off-by: Lubos Kocman --- pungi/phases/live_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi/phases/live_images.py b/pungi/phases/live_images.py index dfd906d2..a1d3590e 100644 --- a/pungi/phases/live_images.py +++ b/pungi/phases/live_images.py @@ -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"])