gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] 02/12: Minor change for #5542.


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] 02/12: Minor change for #5542.
Date: Fri, 29 Mar 2019 18:08:21 +0100

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

marcello pushed a commit to branch master
in repository bank.

commit c4a08b5e6eab366c8d7f3c6f2bf410bd3165a2d3
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Feb 5 15:50:32 2019 +0100

    Minor change for #5542.
---
 talerbank/app/amount.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/talerbank/app/amount.py b/talerbank/app/amount.py
index 959dab4..588b6b6 100644
--- a/talerbank/app/amount.py
+++ b/talerbank/app/amount.py
@@ -61,12 +61,12 @@ class BadFormatAmount(Exception):
 # Main Amount class.
 class NumberTooBig(Exception):
     def __init__(self) -> None:
-        super(BadFormatAmount, self).__init__(
+        super(NumberTooBig, self).__init__(
             "Number given is too big!")
 
 class NegativeNumber(Exception):
     def __init__(self) -> None:
-        super(BadFormatAmount, self).__init__(
+        super(NegativeNumber, self).__init__(
             "Negative number given as value and/or fraction!")
 
 class Amount:

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



reply via email to

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