Updated check_disk.py
This commit is contained in:
parent
b9276aa0d7
commit
5ccd628259
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue