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