We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e6dfd commit 528cd72Copy full SHA for 528cd72
1 file changed
devstats/reports/index.md
@@ -48,7 +48,7 @@ glue("devstats-data/{{ project }}_query_date", str(query_date.astype("M8[D]")))
48
---
49
tags: [hide-input]
50
51
-with open("devstats-data/{{ project }}_prs.json", "r") as fh:
+with open("devstats-data/{{ project }}_PRs.json", "r") as fh:
52
prs = [item["node"] for item in json.loads(fh.read())]
53
54
# Filters
0 commit comments