[virt-tools-list] [virt-manager PATCH] virtinst.support: fix copy&paste error
Pavel Hrdina
phrdina at redhat.com
Mon Dec 18 18:21:21 UTC 2017
Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
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
More information about the virt-tools-list
mailing list