gnunet-svn
[Top][All Lists]
Advanced

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

[taler-build-common] 22/50: maybe fix


From: gnunet
Subject: [taler-build-common] 22/50: maybe fix
Date: Sat, 02 Nov 2019 16:38:41 +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 266a52be97c3d15b1f250b06dd59ef048d78f1ee
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 4 16:58:42 2019 +0000

    maybe fix
---
 configure.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/configure.py b/configure.py
index 19e7145..0f12690 100644
--- a/configure.py
+++ b/configure.py
@@ -138,8 +138,11 @@ def _read_prefix():
         yarnexe = str(_tool_yarn())
     if 'DEBUG' in os.environ:
         logger.debug('%s', repr(myprefix))
-    if os.path.isdir(myprefix) is True:
-        return [myprefix, yarnexe];
+    # We should probably not check if the path exists
+    # because make will throw an error anyway or create
+    # it.
+    # if os.path.isdir(myprefix) is True:
+    return [myprefix, yarnexe];
 
 def main():
     mylist = _read_prefix()

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



reply via email to

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