[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: remove failing dereference
From: |
gnunet |
Subject: |
[libeufin] branch master updated: remove failing dereference |
Date: |
Fri, 15 Jan 2021 23:32:44 +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 32c92d2 remove failing dereference
32c92d2 is described below
commit 32c92d2da7a7f6f77be93293a1a531b0979e7a2b
Author: MS <ms@taler.net>
AuthorDate: Fri Jan 15 23:30:46 2021 +0100
remove failing dereference
---
cli/bin/libeufin-cli | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index 262169f..4516df9 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -218,7 +218,7 @@ def new_ebics_connection(
try:
resp = post(url, json=body, auth=auth.HTTPBasicAuth(obj.username,
obj.password))
except Exception:
- print(f"Could not reach nexus at {url}: {resp.json()}")
+ print(f"Could not reach nexus at {url}")
exit(1)
tell_user(resp)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: remove failing dereference,
gnunet <=