Fix aborting Prime95 test
This commit is contained in:
parent
6da34c1f2b
commit
445523e5f1
1 changed files with 0 additions and 3 deletions
|
|
@ -721,9 +721,6 @@ def print_countdown(proc, seconds):
|
||||||
print(f'{out_str:<42}', end='', flush=True)
|
print(f'{out_str:<42}', end='', flush=True)
|
||||||
try:
|
try:
|
||||||
proc.wait(1)
|
proc.wait(1)
|
||||||
except KeyboardInterrupt:
|
|
||||||
# Stop countdown
|
|
||||||
break
|
|
||||||
except subprocess.TimeoutExpired:
|
except subprocess.TimeoutExpired:
|
||||||
# proc still going, continue
|
# proc still going, continue
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue