commit e149b7bb1b024765b5ad59c7b3929b3e6de0e9c8
parent 3621c9accb424f4482c77aa6fca0d898f13016c1
Author: ng0 <ng0@n0.is>
Date: Fri, 4 Oct 2019 13:43:20 +0000
debug
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure.py b/configure.py
@@ -67,6 +67,8 @@ def _read_prefix():
logger.debug('%s', args)
myprefix = args.prefix
yarnexe = args.yarn
+ if 'DEBUG' in os.environ:
+ 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];