gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix Python syntax


From: gnunet
Subject: [libeufin] branch master updated: fix Python syntax
Date: Tue, 26 Jan 2021 15:26:11 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 46997c1  fix Python syntax
46997c1 is described below

commit 46997c1a1494a73172881257ae6932232b8f4df4
Author: MS <ms@taler.net>
AuthorDate: Tue Jan 26 15:26:09 2021 +0100

    fix Python syntax
---
 integration-tests/util.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/util.py b/integration-tests/util.py
index 9e9b19d..be6326a 100644
--- a/integration-tests/util.py
+++ b/integration-tests/util.py
@@ -173,7 +173,7 @@ def startNexus():
         "..",
         "nexus:run",
         "--console=plain",
-        "--args=serve")],
+        "--args=serve"]),
         stdin=DEVNULL,
         stdout=open("nexus-stdout.log", "w"),
         stderr=open("nexus-stderr.log", "w")

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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