502
528
elif not getattr(exc_object, 'internal_error', True):
503
529
report_user_error(exc_info, err_file)
509
534
# Might be nice to catch all of these and show them as something more
510
535
# specific, but there are too many cases at the moment.
511
536
report_user_error(exc_info, err_file)