From fa816167973aa46e54385aba93cb35029c195679 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 25 Mar 2021 14:58:45 +0000 Subject: [PATCH] make-folklist is now python3, better make explicit --- scripts/make-folklist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-folklist.py b/scripts/make-folklist.py index c423699da..bc6381d35 100755 --- a/scripts/make-folklist.py +++ b/scripts/make-folklist.py @@ -3,7 +3,7 @@ import sys, string, re, os from datetime import date # run within the /folk/ folder: -# python ../scripts/make-folklist.py index.htm +# python3 ../scripts/make-folklist.py index.htm # re-run it every time you edit the folk.csv file to add someone you have forgotten # it needs to be run on the server too as the file produced is ignored by git