Show warning if there were issue(s) posting
This commit is contained in:
parent
e56647ed48
commit
5ad18a7fee
1 changed files with 5 additions and 0 deletions
|
|
@ -1507,6 +1507,11 @@ def show_results():
|
||||||
print_standard(' {}'.format(line))
|
print_standard(' {}'.format(line))
|
||||||
print_standard(' ')
|
print_standard(' ')
|
||||||
|
|
||||||
|
# osTicket
|
||||||
|
if ost_db['Errors']:
|
||||||
|
print_warning('WARNING: Failed to post result(s) to osTicket')
|
||||||
|
print_standard(' ')
|
||||||
|
|
||||||
# Done
|
# Done
|
||||||
pause('Press Enter to return to main menu... ')
|
pause('Press Enter to return to main menu... ')
|
||||||
run_program('tmux kill-pane -a'.split())
|
run_program('tmux kill-pane -a'.split())
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue