libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 35c2cb92fe668ee280b14d7dfeeda1e70e302756
parent 4a8884dfcfd13a412c130574046ba9794b054368
Author: ms <ms@taler.net>
Date:   Thu,  7 Oct 2021 15:51:19 +0200

syntax

Diffstat:
Mcli/bin/libeufin-cli | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli @@ -360,7 +360,7 @@ def get_key_letter(obj, connection_name, output_file): try: resp = get(url, auth=auth.HTTPBasicAuth(obj.username, obj.password)) except Exception as e: -i + print(e) print("Could not reach nexus at " + url) exit(1)