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: attempt


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-build-scripts] branch master updated: attempt to fix argparse
Date: Fri, 04 Oct 2019 18:20:09 +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 b00d5f2  attempt to fix argparse
b00d5f2 is described below

commit b00d5f298c2d397f6beceb1a3f6fe351f2280c32
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 4 16:19:52 2019 +0000

    attempt to fix argparse
---
 configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.py b/configure.py
index 91b4c09..dc538e9 100644
--- a/configure.py
+++ b/configure.py
@@ -124,7 +124,7 @@ def _read_prefix():
             if 'DEBUG' in os.environ:
                 logger.debug('PREFIX from environment: %s', p_myprefix)
             myprefix = p_myprefix
-    else:
+    elif args.prefix:
         myprefix = args.prefix
     if args.yarn is not None:
         yarnexe = args.yarn

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



reply via email to

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