Clear screen before starting diags
This commit is contained in:
parent
bfc17942cd
commit
5cbb86abd8
1 changed files with 2 additions and 1 deletions
|
|
@ -252,7 +252,8 @@ class State():
|
|||
keep_history=False,
|
||||
timestamp=False,
|
||||
)
|
||||
std.print_info('Starting Hardware Diagnostics')
|
||||
std.clear_screen()
|
||||
std.print_info('Initializing...')
|
||||
|
||||
# Progress Pane
|
||||
self.update_progress_pane()
|
||||
|
|
|
|||
Loading…
Reference in a new issue