diff --git a/noinfo/make-folklist.py b/noinfo/make-folklist.py index 9d4a6df22..8337fc27a 100755 --- a/noinfo/make-folklist.py +++ b/noinfo/make-folklist.py @@ -49,7 +49,7 @@ for r in lines[1:]: else: output += '' # print number of expos, non-caving in red. Only print numbers > 0 - output += '' + output += '' if(expos_notcaving): if(expos_caving): output += '%d + %d' % (expos_caving, expos_notcaving)