gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-survey] branch master updated: pacify pep checkers


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: pacify pep checkers
Date: Fri, 08 Dec 2017 11:45:27 +0100

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

marcello pushed a commit to branch master
in repository survey.

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

commit b5999a01a985c857347de9941d94f9d81f77124f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Dec 8 11:45:12 2017 +0100

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

diff --git a/taler-merchant-survey.in b/taler-merchant-survey.in
index afe8b29..ba82f03 100644
--- a/taler-merchant-survey.in
+++ b/taler-merchant-survey.in
@@ -36,7 +36,8 @@ def handle_serve_http(args):
               "--http", spec,
               "--wsgi-file", "@prefix@/share/taler/frontend-survey.wsgi")
 
-def handle_serve_uwsgi():
+def handle_serve_uwsgi(args):
+    del args # pacify PEP checkers
     serve_uwsgi = 
TC["survey"]["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]