mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Pylint fix
This commit is contained in:
parent
763ae5d676
commit
baf2f8ce7a
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue