498
498
elif not getattr(exc_object, 'internal_error', True):
499
499
report_user_error(exc_info, err_file)
502
504
# Might be nice to catch all of these and show them as something more
503
505
# specific, but there are too many cases at the moment.
504
506
report_user_error(exc_info, err_file)