aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'rhodecode/controllers')
-rw-r--r--rhodecode/controllers/pullrequests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rhodecode/controllers/pullrequests.py b/rhodecode/controllers/pullrequests.py
index fa08b632..368d06a6 100644
--- a/rhodecode/controllers/pullrequests.py
+++ b/rhodecode/controllers/pullrequests.py
@@ -224,6 +224,7 @@ class PullrequestsController(BaseRepoController):
h.flash(_('Successfully opened new pull request'),
category='success')
except Exception:
+ raise
h.flash(_('Error occurred during sending pull request'),
category='error')
log.error(traceback.format_exc())