gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-merchant-demos] branch master updated: fix decorator


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: fix decorator
Date: Tue, 11 May 2021 09:20:59 +0200

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

ms pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 4f6be7c  fix decorator
4f6be7c is described below

commit 4f6be7cac86eedeaed99b4eabb46126ebb2b33e0
Author: MS <ms@taler.net>
AuthorDate: Tue May 11 09:20:53 2021 +0200

    fix decorator
---
 talermerchantdemos/httpcommon/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/talermerchantdemos/httpcommon/__init__.py 
b/talermerchantdemos/httpcommon/__init__.py
index 8546ff0..9708721 100644
--- a/talermerchantdemos/httpcommon/__init__.py
+++ b/talermerchantdemos/httpcommon/__init__.py
@@ -25,6 +25,7 @@ def exception_handler(func):
             func(*args, **kwargs)
         except BackendException as err:
             LOGGER.error(err.backend_json)
+    return inner
 
 ##
 # POST a request to the backend, and return a error

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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