gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: import


From: gnunet
Subject: [taler-bank] branch master updated: import
Date: Thu, 28 Nov 2019 18:14:14 +0100

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 8872b16  import
8872b16 is described below

commit 8872b1671e81eeacf1aea8f46d1dc2cc01535687
Author: Florian Dold <address@hidden>
AuthorDate: Thu Nov 28 18:14:07 2019 +0100

    import
---
 talerbank/app/middleware.py | 2 +-
 talerbank/app/views.py      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/talerbank/app/middleware.py b/talerbank/app/middleware.py
index 21c747f..980b87b 100644
--- a/talerbank/app/middleware.py
+++ b/talerbank/app/middleware.py
@@ -99,7 +99,7 @@ class ExceptionMiddleware:
     # @param request Django-specific HTTP request.
     # @param exception the exception raised from the bank.
     def process_exception(self, request, exception):
-        LOGGER.warning(str(exception))
+        LOGGER.error(repr(exception))
 
         if not hasattr(exception, "taler_error_code"):
             exception = UnhandledException()
diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index e70fe88..dc5dd4f 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -51,7 +51,7 @@ import lxml
 from .schemas import (
     HistoryParams, HistoryRangeParams, URLParamValidationError, RejectData,
     AddIncomingData, JSONFieldException, PinTanParams, InvalidSession,
-    WithdrawSessionData, WithdrawHeadless
+    WithdrawSessionData, WithdrawHeadless, WithdrawHeadlessUri
 )
 
 LOGGER = logging.getLogger(__name__)

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



reply via email to

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