gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] 08/12: Addressing #5543.


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] 08/12: Addressing #5543.
Date: Fri, 29 Mar 2019 18:08:27 +0100

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

marcello pushed a commit to branch master
in repository bank.

commit 95bf6b05ea4591411d183217d5853e2207b9ea72
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Feb 8 16:27:51 2019 +0100

    Addressing #5543.
---
 talerbank/app/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/models.py b/talerbank/app/models.py
index 7d1498a..5b52883 100644
--- a/talerbank/app/models.py
+++ b/talerbank/app/models.py
@@ -32,7 +32,7 @@ class InvalidAmount(Amount):
     def __init__(self, currency):
         super(InvalidAmount, self).__init__(currency, value=float('nan'), 
fraction=float('nan'))
 
-    def stringify(self):
+    def stringify(self, ndigits, pretty):
         return "Invalid Amount, please report"
     def dump(self):
         return "Invalid Amount, please report"

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



reply via email to

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