gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-blog] branch master updated: include error message


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: include error message
Date: Thu, 18 Jan 2018 17:33:50 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new 6d14250  include error message
6d14250 is described below

commit 6d14250f10b4515acf3df2ab4c196d0117c75e66
Author: Florian Dold <address@hidden>
AuthorDate: Thu Jan 18 17:33:40 2018 +0100

    include error message
---
 talerblog/blog/blog.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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)
+

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]