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 var name clash


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: fix var name clash
Date: Wed, 17 Jan 2018 04:11:35 +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 fb4390a  fix var name clash
fb4390a is described below

commit fb4390a210ffb3357401cc6226254d615917d984
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jan 17 04:11:28 2018 +0100

    fix var name clash
---
 talerblog/blog/blog.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index b42ecbb..20320f6 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -54,9 +54,9 @@ def utility_processor():
     return dict(env=env)
 
 
-def err_abort(status_code, **params):
+def err_abort(abort_status_code, **params):
     t = flask.render_template("templates/error.html", **params)
-    flask.abort(flask.make_response(t, status_code))
+    flask.abort(flask.make_response(t, abort_status_code))
 
 
 def backend_get(endpoint, params):

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



reply via email to

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