commit 46997c1a1494a73172881257ae6932232b8f4df4
parent 64f7a01eec0d5250edbc7e95ba65916008936bd4
Author: MS <ms@taler.net>
Date: Tue, 26 Jan 2021 15:26:09 +0100
fix Python syntax
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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")