gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: merge bugfix from exchange's r


From: gnunet
Subject: [taler-deployment] branch master updated: merge bugfix from exchange's render.py
Date: Tue, 25 Feb 2020 12:26:14 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new f91a9b0  merge bugfix from exchange's render.py
f91a9b0 is described below

commit f91a9b02f009a8c937a8b028b0d56abbe8e04a96
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 25 12:26:10 2020 +0100

    merge bugfix from exchange's render.py
---
 buildbot/render_auditor_reports.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/render_auditor_reports.py 
b/buildbot/render_auditor_reports.py
index 79d6a9a..2290e92 100755
--- a/buildbot/render_auditor_reports.py
+++ b/buildbot/render_auditor_reports.py
@@ -26,7 +26,7 @@ class StdinLoader(BaseLoader):
      def __init__ (self):
          self.path = '-'
      def get_source(self, environment, template):
-              source = sys.stdin.read().decode('utf-8')
+              source = sys.stdin.read()
               return source, self.path, lambda: false
 
 

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



reply via email to

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