gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: script


From: gnunet
Subject: [taler-deployment] branch master updated: script
Date: Mon, 25 Mar 2024 10:16:19 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 6d036c9  script
6d036c9 is described below

commit 6d036c96c9ded4deba45acca059b49561b7b613a
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Mar 25 10:16:13 2024 +0100

    script
---
 regional-currency/list-incoming.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regional-currency/list-incoming.sh 
b/regional-currency/list-incoming.sh
index aa12b33..1140d38 100755
--- a/regional-currency/list-incoming.sh
+++ b/regional-currency/list-incoming.sh
@@ -36,7 +36,7 @@ EOF
 mapfile -t lines <<<$reserves_in
 
 for line in "${lines[@]}"; do
-  python3 -c "import sys; 
print(sys.argv[1].encode('utf-8').decode('unicode_escape'))" "$line" | 
gnunet-base32
+  python3 -c "import binascii; import sys; 
sys.stdout.buffer.write(binascii.a2b_hex(sys.argv[1][2:]))" "$line" | 
gnunet-base32
   echo
 done
 

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