gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix invocation


From: gnunet
Subject: [libeufin] branch master updated: fix invocation
Date: Fri, 06 Jan 2023 16:37:17 +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 d53b2727 fix invocation
d53b2727 is described below

commit d53b2727dc06a05b3b8327373637728c815db379
Author: MS <ms@taler.net>
AuthorDate: Fri Jan 6 16:37:11 2023 +0100

    fix invocation
---
 cli/bin/libeufin-cli | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index 96283cd6..600d4b4a 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -1402,7 +1402,8 @@ def sandbox_demobank_register(obj, public, name, iban):
 )
 @click.pass_obj
 def sandbox_demobank_ebicssubscriber(obj, host_id, partner_id, user_id, 
bank_account):
-    url = obj.demobank_base_url("/ebics/subscribers")
+    demobank_url = obj.demobank_base_url()
+    url = urljoin_nodrop(demobank_url, "/ebics/subscribers")
     try:
         resp = post(url,
             json=dict(

-- 
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]