Fix crash when running the quick drive test
This commit is contained in:
parent
aa1fda8ac4
commit
f35869b2b0
1 changed files with 1 additions and 0 deletions
|
|
@ -341,6 +341,7 @@ def menu_diags(*args):
|
||||||
action_entries = actions,
|
action_entries = actions,
|
||||||
spacer = '──────────────────────────')
|
spacer = '──────────────────────────')
|
||||||
if selection.isnumeric():
|
if selection.isnumeric():
|
||||||
|
ticket_number = None
|
||||||
if diag_modes[int(selection)-1]['Name'] != 'Quick drive test':
|
if diag_modes[int(selection)-1]['Name'] != 'Quick drive test':
|
||||||
clear_screen()
|
clear_screen()
|
||||||
print_standard(' ')
|
print_standard(' ')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue