preparing for v0.8.0

This commit is contained in:
Paul Gauthier 2023-07-06 14:03:06 -07:00
parent c5f8f564a4
commit 44311f4737
2 changed files with 6 additions and 1 deletions

View file

@ -42,6 +42,8 @@ def show_stats(dirnames):
row = summarize_results(dirname)
raw_rows.append(row)
return
repeats = []
seen = dict()
rows = []