commit 3e8241cadf81c2c9c91d480211f338d33ba2ec0e parent 37bb1a695b238f9f43a146b8d9b035ea927b44ca Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 25 Feb 2020 12:14:14 +0100 force use of python3 Diffstat:
| M | 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 @@ -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" \