# HG changeset patch # User greg # Date 1494851302 14400 # Node ID ae78488e9793ddf255a631de63e995b33ec03a4b # Parent a456fb4d1d440c69b57f9f0f8b66513d6466e661 Uploaded diff -r a456fb4d1d44 -r ae78488e9793 utils.py --- a/utils.py Fri May 12 14:18:37 2017 -0400 +++ b/utils.py Mon May 15 08:28:22 2017 -0400 @@ -56,7 +56,7 @@ def write_html_output(output, title, dir): with open(output, 'w') as fh: - fh.write('

%s

\n' % title) + fh.write('

%s: %d files

\n' % (title, len(os.listdir(dir)))) fh.write('

\n') fh.write('\n') for index, fname in enumerate(sorted(os.listdir(dir))):
SizeName