gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: fix python type


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix python type
Date: Fri, 11 Oct 2019 12:23:27 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 3590fa8  fix python type
3590fa8 is described below

commit 3590fa843f5c3c5d40c4a42fd62b9a1e7098cd6e
Author: Florian Dold <address@hidden>
AuthorDate: Fri Oct 11 15:53:22 2019 +0530

    fix python type
---
 bin/taler-deployment | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 8e735e7..cdd20b3 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -102,7 +102,7 @@ def update_checkout(p: Path):
 
 def default_configure(*extra):
     pfx = Path.home() / "local"
-    subprocess.run(["./configure", f"--prefix={pfx.as_posix}"] + extra, 
check=True)
+    subprocess.run(["./configure", f"--prefix={pfx.as_posix}"] + list(extra), 
check=True)
 
 
 def build_libmicrohttpd(p):

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



reply via email to

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