gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix string


From: gnunet
Subject: [libeufin] branch master updated: fix string
Date: Mon, 04 May 2020 18:10:46 +0200

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new a23e995  fix string
a23e995 is described below

commit a23e9954b0fe459684208f0359984c9d5b5e1e4d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon May 4 18:10:43 2020 +0200

    fix string
---
 integration-tests/test-ebics.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/test-ebics.py b/integration-tests/test-ebics.py
index 5467a88..551ab28 100755
--- a/integration-tests/test-ebics.py
+++ b/integration-tests/test-ebics.py
@@ -53,7 +53,7 @@ def checkPorts(ports):
             s.bind(i)
             s.close()
         except:
-            print("Port {} is not available")
+            print("Port {} is not available".format(i))
             exit(77)
 
 def assertResponse(response):

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



reply via email to

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