gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: force use of python3


From: gnunet
Subject: [taler-deployment] branch master updated: force use of python3
Date: Tue, 25 Feb 2020 12:14:16 +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 3e8241c  force use of python3
3e8241c is described below

commit 3e8241cadf81c2c9c91d480211f338d33ba2ec0e
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 25 12:14:14 2020 +0100

    force use of python3
---
 buildbot/make_auditor_reports.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 8fd2284..8514edf 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -57,7 +57,7 @@ if ! taler-wire-auditor -c ${CONFIG_FILE} > 
"${WIRE_REPORT_FILE_NOEXT}.txt"; the
 fi
 
 echo "Rendering report"
-if ! python ${PWD}/render_auditor_reports.py \
+if ! python3 ${PWD}/render_auditor_reports.py \
   "${REPORT_FILE_NOEXT}.txt" \
   "${WIRE_REPORT_FILE_NOEXT}.txt" \
   > "${REPORT_FILE_NOEXT}.tex" \

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



reply via email to

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