Signed-off-by: Pavel Hrdina <[email protected]>
---

Pushed under trivial rule.

 virtinst/support.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtinst/support.py b/virtinst/support.py
index 6b0489a5..115c9b15 100644
--- a/virtinst/support.py
+++ b/virtinst/support.py
@@ -201,7 +201,7 @@ class _SupportCheck(object):
 
         if self.hv_libvirt_version:
             if hv_type not in self.hv_libvirt_version:
-                if "all" not in self.hv_version:
+                if "all" not in self.hv_libvirt_version:
                     return False
             elif (actual_libvirt_version <
                   _version_str_to_int(self.hv_libvirt_version[hv_type])):
-- 
2.14.3

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to