diff --git a/noinfo/make-folklist.py b/noinfo/make-folklist.py index 422c3258d..153baccae 100755 --- a/noinfo/make-folklist.py +++ b/noinfo/make-folklist.py @@ -19,7 +19,7 @@ for r in lines[1:]: expos_caving = len([t for t in years if t == "1"]) expos_notcaving = len([t for t in years if t == "-1"]) if(expos_caving == 0 and expos_notcaving == 0): - sys.stdout.write("Error for", name) + sys.stderr.write("Error processing " + name + ". No attendances found\n") sys.exit(1) if(expos_caving and name != 'Rover Richardson'): headcount += 1 if mug: pics +=1