Typo fix
This commit is contained in:
parent
86f0f1e5fd
commit
c8f95d866a
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ class State():
|
|||
)
|
||||
else:
|
||||
# No blocking errors encountered, check for minor attribute failures
|
||||
if ('Disk Attributes' in disk.tests:
|
||||
if ('Disk Attributes' in disk.tests
|
||||
and not disk.tests['Disk Attributes'].failed
|
||||
and not disk.check_attributes(only_blocking=False)):
|
||||
# Mid-diag failure detected
|
||||
|
|
|
|||
Loading…
Reference in a new issue