gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 01/02: downcase "sandbox" for uniformity w/ other error messa


From: gnunet
Subject: [libeufin] 01/02: downcase "sandbox" for uniformity w/ other error messages
Date: Tue, 01 Feb 2022 04:42:31 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository libeufin.

commit 796567b271e639e7ff7c645e96ff91f6fb2062ed
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon Jan 31 22:39:36 2022 -0500

    downcase "sandbox" for uniformity w/ other error messages
---
 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 9a69619d..b7f11ffa 100755
--- 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)

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