summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.py b/configure.py
index 88ca3fc..0f7973a 100644
--- 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];