gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: syntax


From: gnunet
Subject: [taler-deployment] branch master updated: syntax
Date: Wed, 27 Nov 2019 11:45:32 +0100

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 5bf2ce9  syntax
5bf2ce9 is described below

commit 5bf2ce9b0a7c7df64b27babc897f32b8112337cf
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 27 11:45:26 2019 +0100

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

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 94790db..abfd698 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -117,7 +117,7 @@ def update_checkout(r: Repo, p: Path):
 def default_configure(*extra):
     pfx = Path.home() / "local"
     extra_list = list(extra)
-    if int(os.environ.get("TALER_COVERAGE"))
+    if int(os.environ.get("TALER_COVERAGE")):
         extra_list.append("--enable-coverage")
     subprocess.run(
         ["./configure", f"--prefix={pfx.as_posix()}"] + extra_list, check=True

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



reply via email to

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