Show warning if there were issue(s) posting

This commit is contained in:
2Shirt 2018-10-03 23:30:55 -06:00
parent e56647ed48
commit 5ad18a7fee

View file

@ -1507,6 +1507,11 @@ def show_results():
print_standard(' {}'.format(line))
print_standard(' ')
# osTicket
if ost_db['Errors']:
print_warning('WARNING: Failed to post result(s) to osTicket')
print_standard(' ')
# Done
pause('Press Enter to return to main menu... ')
run_program('tmux kill-pane -a'.split())