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: args list was indeed ne


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: args list was indeed needed; not detected by testcases.
Date: Thu, 23 Nov 2017 11:03:03 +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 6e6c43c  args list was indeed needed; not detected by testcases.
6e6c43c is described below

commit 6e6c43ccbbfa30bd6c9befecd33e9b00ce8b6f93
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Nov 23 11:02:18 2017 +0100

    args list was indeed needed; not detected by testcases.
---
 talerbank/app/checks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/checks.py b/talerbank/app/checks.py
index 7865868..3b505bb 100644
--- a/talerbank/app/checks.py
+++ b/talerbank/app/checks.py
@@ -2,7 +2,7 @@ from django.core.checks import register, Warning
 from django.db.utils import OperationalError
 
 @register()
-def example_check():
+def example_check(app_configs, **kwargs):
     errors = []
     try:
         from .models import User

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



reply via email to

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