Updated check_disk.py

This commit is contained in:
2Shirt 2019-06-04 17:10:38 -06:00
parent b9276aa0d7
commit 5ccd628259
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -38,7 +38,7 @@ if __name__ == '__main__':
if repair:
cs = 'Scheduled'
else:
cs = 'CS'
cs = 'No issues'
message = 'CHKDSK ({SYSTEMDRIVE})...'.format(**global_vars['Env'])
try_and_print(message=message, function=run_chkdsk,
cs=cs, other_results=other_results, repair=repair)