Introduced with commit eda2ffce5c2ec514f404719010106bad1400d2bb.

Signed-off-by: Lucas Meneghel Rodrigues <l...@redhat.com>
---
 client/virt/kvm_installer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/client/virt/kvm_installer.py b/client/virt/kvm_installer.py
index 2af359d..c4002bc 100644
--- a/client/virt/kvm_installer.py
+++ b/client/virt/kvm_installer.py
@@ -174,7 +174,7 @@ class KVMBaseInstaller(base_installer.BaseInstaller):
             raise error.TestError('Invalid qemu-img path')
 
         qemu_io_bin = self._qemu_io_bin_exists_at_prefix()
-        if qemu_img_bin is not None:
+        if qemu_io_bin is not None:
             os.symlink(qemu_io_bin, qemu_io_dst)
         else:
             raise error.TestError('Invalid qemu-img path')
-- 
1.7.7.3

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to