gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

marcello pushed a commit to branch master
in repository bank.

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

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

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

diff --git a/taler-bank-manage.in b/taler-bank-manage.in
index 2625645..df83042 100644
--- a/taler-bank-manage.in
+++ b/taler-bank-manage.in
@@ -55,7 +55,8 @@ def handle_serve_http(args):
     os.execlp(*params)
 
 
-def handle_serve_uwsgi():
+def handle_serve_uwsgi(args):
+    del args # pacify PEP checkers
     import django
     django.setup()
     from django.core.management import call_command

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



reply via email to

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