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: fix broken exception


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fix broken exception
Date: Mon, 22 Jul 2019 00:05:15 +0200

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 28670f7  fix broken exception
28670f7 is described below

commit 28670f7fa79f0ecf460bfd88a000b661b656c694
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jul 22 00:05:08 2019 +0200

    fix broken exception
---
 talerbank/app/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index 5781976..d035049 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -69,7 +69,7 @@ class LoginFailed(Exception):
 
 class InvalidInputData(Exception):
     def __init__(self, msg):
-        super(msg)
+        super().__init__(msg)
 
 class UsernameUnavailable(Exception):
     pass

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



reply via email to

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