gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: consistent name


From: gnunet
Subject: [libeufin] branch master updated: consistent name
Date: Tue, 28 Jan 2020 20:52:22 +0100

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 1dbb8bf  consistent name
1dbb8bf is described below

commit 1dbb8bf557401d67999e32fd1aaeb19c302f4f90
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jan 28 20:52:17 2020 +0100

    consistent name
---
 sandbox/src/main/python/libeufin-cli | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/src/main/python/libeufin-cli 
b/sandbox/src/main/python/libeufin-cli
index 058431d..1abeefe 100755
--- a/sandbox/src/main/python/libeufin-cli
+++ b/sandbox/src/main/python/libeufin-cli
@@ -116,7 +116,7 @@ def native(ctx, sandbox_base_url):
     help="Customer id",
     required=True
 )
-def send_hev(customer_id):
+def hev(customer_id):
     url = urljoin(obj["nexus_base_url"], 
"/ebics/{}/sendHev".format(customer_id))
     try:
         resp = get(url)

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



reply via email to

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