513
509
elif not getattr(exc_object, 'internal_error', True):
514
510
report_user_error(exc_info, err_file)
519
516
# Might be nice to catch all of these and show them as something more
520
517
# specific, but there are too many cases at the moment.
521
518
report_user_error(exc_info, err_file)