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 #5184


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fix #5184
Date: Wed, 29 Nov 2017 11:57:59 +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 bf5715f  fix #5184
bf5715f is described below

commit bf5715f1dabb586a6bd226f47b5b346fb40a2688
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 29 11:57:35 2017 +0100

    fix #5184
---
 talerbank/app/views.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index 7daa06e..724ed73 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -122,8 +122,7 @@ def profile_page(request):
                 info_bar = "Internal server error, sorry!"
                 if isinstance(exc.exc, SameAccountException):
                     info_bar = "Operation not possible: debit and credit 
account are the same!"
-    else:
-        wtf = WTForm()
+    wtf = WTForm()
 
     just_wire_transferred = get_session_flag(request, "just_wire_transferred")
     wire_transfer_error = get_session_flag(request, "wire_transfer_error")

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



reply via email to

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