make-folklist is now python3, better make explicit

This commit is contained in:
Philip Sargent 2021-03-25 14:58:45 +00:00
parent 18fac7ce65
commit fa81616797

View File

@ -3,7 +3,7 @@ import sys, string, re, os
from datetime import date
# run within the /folk/ folder:
# python ../scripts/make-folklist.py <folk.csv >index.htm
# python3 ../scripts/make-folklist.py <folk.csv >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