gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: decode


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: decode
Date: Thu, 10 Oct 2019 21:03:22 +0200

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 c8b6d62  decode
c8b6d62 is described below

commit c8b6d628dcc47263bff4624cd666107988819b7e
Author: Florian Dold <address@hidden>
AuthorDate: Fri Oct 11 00:33:18 2019 +0530

    decode
---
 bin/taler-deployment | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 15bb6da..dc5f93b 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -51,12 +51,12 @@ def ensure_activated():
     loaded correctly via the ~/activate script"""
     ts = os.environ.get("TALER_BOOTSTRAP_TIMESTAMP")
     if ts is None:
-        print("Please do 'source ~/.activate' first.", file=sys.stderr)
+        print("Please do 'source ~/activate' first.", file=sys.stderr)
         sys.exit(1)
     out = subprocess.check_output(
         ["bash", "-c", "source ~/activate; echo $TALER_BOOTSTRAP_TIMESTAMP"]
     )
-    out = out.strip(" \n")
+    out = out.decode("utf-8").strip(" \n")
     if out != ts:
         print(
             f"Please do 'source ~/.activate'. Current ts={ts}, new ts={out}",

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]