Avoid a crash when a system fails Prime95
This commit is contained in:
parent
f70cf16040
commit
ed339866f7
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ class osTicket():
|
|||
|
||||
# Enable CoreStorage searches
|
||||
results['Core'] = False
|
||||
if results['Full Diag']:
|
||||
if results['Dev Type'] == 'Disk' and results['Full Diag']:
|
||||
num_passed = results['Passed'] + results['N/A'] + results['OVERRIDE']
|
||||
if num_passed == len(test_list):
|
||||
# We ran all disk tests and all results were acceptable
|
||||
|
|
|
|||
Loading…
Reference in a new issue