[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-build-common] 09/50: should print debug
From: |
gnunet |
Subject: |
[taler-build-common] 09/50: should print debug |
Date: |
Sat, 02 Nov 2019 16:38:28 +0100 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository build-common.
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.
- [taler-build-common] 03/50: attempt fix, (continued)
- [taler-build-common] 03/50: attempt fix, gnunet, 2019/11/02
- [taler-build-common] 02/50: attempt to provide ./bootstrap via Make, gnunet, 2019/11/02
- [taler-build-common] 04/50: configure.py: add default value to prefix., gnunet, 2019/11/02
- [taler-build-common] 11/50: remove ifelse branches, gnunet, 2019/11/02
- [taler-build-common] 06/50: optional?, gnunet, 2019/11/02
- [taler-build-common] 08/50: debug, gnunet, 2019/11/02
- [taler-build-common] 01/50: init, innit., gnunet, 2019/11/02
- [taler-build-common] 05/50: remove debug log., gnunet, 2019/11/02
- [taler-build-common] 10/50: f-strings + writelines, gnunet, 2019/11/02
- [taler-build-common] 16/50: output, gnunet, 2019/11/02
- [taler-build-common] 09/50: should print debug,
gnunet <=
- [taler-build-common] 19/50: fix prefix., gnunet, 2019/11/02
- [taler-build-common] 14/50: fix node version check., gnunet, 2019/11/02
- [taler-build-common] 15/50: fix reference before assignment, gnunet, 2019/11/02
- [taler-build-common] 17/50: print, gnunet, 2019/11/02
- [taler-build-common] 12/50: actually make it f-strings., gnunet, 2019/11/02
- [taler-build-common] 18/50: attempt to fix argparse, gnunet, 2019/11/02
- [taler-build-common] 21/50: prefix, gnunet, 2019/11/02
- [taler-build-common] 07/50: env DEBUG shows log statements., gnunet, 2019/11/02
- [taler-build-common] 13/50: move most of the shell functionality to the python script., gnunet, 2019/11/02
- [taler-build-common] 20/50: debug logs., gnunet, 2019/11/02