summaryrefslogtreecommitdiff
path: root/talerblog/blog/blog.py
diff options
context:
space:
mode:
Diffstat (limited to 'talerblog/blog/blog.py')
-rw-r--r--talerblog/blog/blog.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index 893c9fc..59772d4 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -209,4 +209,5 @@ def article(article_name, data=None):
return render_article(article_name, data, order_id)
# no pay_redirect but article not paid, this should never happen!
- flask.abort(500)
+ err_abort(500, message="Internal error, invariant failed", json=pay_status)
+