Skip to content

Commit 528cd72

Browse files
authored
sync with line 77 of __main__.py (#65)
1 parent 01e6dfd commit 528cd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devstats/reports/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ glue("devstats-data/{{ project }}_query_date", str(query_date.astype("M8[D]")))
4848
---
4949
tags: [hide-input]
5050
---
51-
with open("devstats-data/{{ project }}_prs.json", "r") as fh:
51+
with open("devstats-data/{{ project }}_PRs.json", "r") as fh:
5252
prs = [item["node"] for item in json.loads(fh.read())]
5353
5454
# Filters

0 commit comments

Comments
 (0)