gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-taler-build-scripts] branch master updated: should p


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-build-scripts] branch master updated: should print debug
Date: Fri, 04 Oct 2019 15:44:38 +0200

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

ng0 pushed a commit to branch master
in repository taler-build-scripts.

The following commit(s) were added to refs/heads/master by this push:
     new 35fb308  should print debug
35fb308 is described below

commit 35fb3083162bf7d3f10f722af76f97b5d6764ec5
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 4 13:44:27 2019 +0000

    should print debug
---
 configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.py b/configure.py
index 0f7973a..cb92e0d 100644
--- a/configure.py
+++ b/configure.py
@@ -68,7 +68,7 @@ def _read_prefix():
         myprefix = args.prefix
         yarnexe = args.yarn
         if 'DEBUG' in os.environ:
-            repr(myprefix)
+            logger.debug('%s', repr(myprefix))
         # if args.prefix is not None and os.path.isdir(myprefix) is True:
         if args.prefix and os.path.isdir(myprefix) is True:
             return [myprefix, yarnexe];

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



reply via email to

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