Skip to content

Commit

Permalink
Fix website template [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Sep 27, 2023
1 parent 5bf5c9f commit fdc0e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def make(self, root):
})
fontbakery = list(reversed(sorted(fontbakery, key=lambda l:l["name"])))
diffenator = []
for result in glob(f"out/qa/{basename}/Diffenator/*/report.html"):
for result in glob(f"out/qa/{basename}/**/diffenator.html", recursive=True):
diffenator.append({
"name": "Diffenator report, " + Path(result).parent.stem,
"path": result[4:],
Expand Down

0 comments on commit fdc0e34

Please sign in to comment.