summaryrefslogtreecommitdiff
path: root/virtinst/osdict.py
diff options
context:
space:
mode:
Diffstat (limited to 'virtinst/osdict.py')
-rw-r--r--virtinst/osdict.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index a077170b..3b9fbe43 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
@@ -733,8 +733,7 @@ class _OsVariant(object):
return self._get_drivers_location(post_inst_drivers)
def supports_unattended_drivers(self, arch):
- if (self._get_pre_installable_drivers(arch) and
- self._get_post_installable_drivers(arch)):
+ if self._get_pre_installable_drivers(arch):
return True
return False