Pylint fix

This commit is contained in:
rallytime 2015-12-07 14:58:24 -07:00
parent 763ae5d676
commit baf2f8ce7a

View file

@ -2852,7 +2852,6 @@ def _get_host_disks(host_reference):
has_ssd_attr = disk.ssd
except AttributeError:
has_ssd_attr = False
pass
if has_ssd_attr:
ssds.append(disk)
else: