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: fix syntax error


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: fix syntax error
Date: Tue, 16 Jan 2018 03:23:27 +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 a9ffe29  fix syntax error
a9ffe29 is described below

commit a9ffe295c546da3b79f338aaeb1bf58ed033c46f
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jan 16 03:23:24 2018 +0100

    fix syntax error
---
 talerblog/blog/blog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index 0272442..97498d7 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -94,7 +94,7 @@ def backend_post(endpoint, json):
 
 
 @app.errorhandler(Exception)
-def internal_error(e)
+def internal_error(e):
     return flask.render_template("templates/error.html",
                                  message="Internal error",
                                  stack=traceback.format_exc())

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



reply via email to

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