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 793d278 commit 3667f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/template.py
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 3667f71

Please sign in to comment.