diff --git a/rhodecode/controllers/pullrequests.py b/rhodecode/controllers/pullrequests.py --- a/rhodecode/controllers/pullrequests.py +++ b/rhodecode/controllers/pullrequests.py @@ -454,7 +454,6 @@ class PullrequestsController(BaseRepoCon h.flash(_('Successfully opened new pull request'), category='success') except Exception as e: - raise msg = _('Error occurred during sending pull request') log.exception(msg) h.flash(msg, category='error')