commit 796567b271e639e7ff7c645e96ff91f6fb2062ed parent 2c78233fd8c4f6e0f6a549bd666a3e9e2fda732d Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Mon, 31 Jan 2022 22:39:36 -0500 downcase "sandbox" for uniformity w/ other error messages Diffstat:
| M | cli/bin/libeufin-cli | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli @@ -1228,7 +1228,7 @@ def sandbox_demobank_new_transaction(obj, bank_account, payto_with_subject, amou ) except Exception as e: print(e) - print("Could not reach Sandbox at " + url) + print("Could not reach sandbox at " + url) exit(1) check_response_status(resp)