##// END OF EJS Templates
events: remove accidental raise
dan -
r380:364360c9 default
parent child Browse files
Show More
@@ -454,7 +454,6 b' class PullrequestsController(BaseRepoCon'
454 h.flash(_('Successfully opened new pull request'),
454 h.flash(_('Successfully opened new pull request'),
455 category='success')
455 category='success')
456 except Exception as e:
456 except Exception as e:
457 raise
458 msg = _('Error occurred during sending pull request')
457 msg = _('Error occurred during sending pull request')
459 log.exception(msg)
458 log.exception(msg)
460 h.flash(msg, category='error')
459 h.flash(msg, category='error')
General Comments 0
You need to be logged in to leave comments. Login now