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: ux


From: gnunet
Subject: [GNUnet-SVN] [taler-donations] branch master updated: ux
Date: Mon, 27 May 2019 18:08:27 +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 5cdf3b0  ux
5cdf3b0 is described below

commit 5cdf3b0799b848b0b9f547b49b7b57f6c27df372
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon May 27 18:08:22 2019 +0200

    ux
---
 talerdonations/talerconfig.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/talerdonations/talerconfig.py b/talerdonations/talerconfig.py
index 2d2c78e..9598be5 100644
--- a/talerdonations/talerconfig.py
+++ b/talerdonations/talerconfig.py
@@ -32,6 +32,7 @@ __all__ = ["TalerConfig"]
 TALER_DATADIR = None
 
 try:
+    # not clear if this is a good idea ...
     from talerpaths import TALER_DATADIR as t
     TALER_DATADIR = t
 except ImportError:
@@ -343,6 +344,7 @@ class TalerConfig:
                 filename = os.path.join(xdg, "taler.conf")
             else:
                 filename = os.path.expanduser("~/.config/taler.conf")
+            logging.info("Loading default config: (%s)" % filename)
         if load_defaults:
             cfg.load_defaults()
         cfg.load_file(os.path.expanduser(filename))

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



reply via email to

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