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: maybe fi


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-build-scripts] branch master updated: maybe fix
Date: Fri, 04 Oct 2019 18:58:53 +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 266a52b  maybe fix
266a52b is described below

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]