Start logging after updating log path
This commit is contained in:
parent
564745f03b
commit
b45dc74e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,6 @@ class State():
|
|||
|
||||
def init_diags(self, menu):
|
||||
"""Initialize diagnostic pass."""
|
||||
std.print_info('Starting Hardware Diagnostics')
|
||||
|
||||
# Reset objects
|
||||
self.disks.clear()
|
||||
|
|
@ -174,6 +173,7 @@ class State():
|
|||
keep_history=False,
|
||||
timestamp=False,
|
||||
)
|
||||
std.print_info('Starting Hardware Diagnostics')
|
||||
|
||||
# Progress Pane
|
||||
self.update_progress_pane()
|
||||
|
|
|
|||
Loading…
Reference in a new issue