gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-donations] branch master updated: pacify PEP checker


From: gnunet
Subject: [GNUnet-SVN] [taler-donations] branch master updated: pacify PEP checkers
Date: Fri, 08 Dec 2017 11:47:12 +0100

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

marcello pushed a commit to branch master
in repository donations.

The following commit(s) were added to refs/heads/master by this push:
     new c930453  pacify PEP checkers
c930453 is described below

commit c930453e06bd4fff62f8be71c6757a7a14dd5dd6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Dec 8 11:46:59 2017 +0100

    pacify PEP checkers
---
 taler-merchant-donations.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/taler-merchant-donations.in b/taler-merchant-donations.in
index 631e903..19d0d9b 100644
--- a/taler-merchant-donations.in
+++ b/taler-merchant-donations.in
@@ -35,7 +35,8 @@ def handle_serve_http(args):
               "--http", spec,
               "--wsgi-file", "@prefix@/share/taler/frontend-donations.wsgi")
 
-def handle_serve_uwsgi():
+def handle_serve_uwsgi(args):
+    del args # pacify PEP checkers
     serve_uwsgi = 
TC["donations"]["uwsgi_serve"].value_string(required=True).lower()
     params = ["uwsgi", "uwsgi",
               "--master",

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



reply via email to

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