gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-donations] branch master updated: fix order


From: gnunet
Subject: [GNUnet-SVN] [taler-donations] branch master updated: fix order
Date: Mon, 27 May 2019 18:04:07 +0200

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

marcello pushed a commit to branch master
in repository donations.

The following commit(s) were added to refs/heads/master by this push:
     new 7becf0b  fix order
7becf0b is described below

commit 7becf0b04e22fcfd4457203fd5d3fbda1ddf10f3
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon May 27 18:04:03 2019 +0200

    fix order
---
 taler-merchant-donations.in | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/taler-merchant-donations.in b/taler-merchant-donations.in
index 5e3243d..691f7d4 100644
--- a/taler-merchant-donations.in
+++ b/taler-merchant-donations.in
@@ -35,12 +35,8 @@ site.addsitedir("%s/lib/python%d.%d/site-packages" % (
     sys.version_info.major,
     sys.version_info.minor))
 
-## @cond
-TC = TalerConfig.from_file(os.environ.get("TALER_CONFIG_FILE"))
-
 # No perfect match to our logging format, but good enough ...
 UWSGI_LOGFMT = "%(ltime) %(proto) %(method) %(uri) %(proto) => %(status)"
-## @endcond
 
 
 ##
@@ -118,4 +114,5 @@ if getattr(ARGS, 'func', None) is None:
 if ARGS.config is not None:
     os.environ["TALER_CONFIG_FILE"] = ARGS.config
 
+TC = TalerConfig.from_file(os.environ.get("TALER_CONFIG_FILE"))
 ARGS.func(ARGS)

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



reply via email to

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