Skip to content

Commit

Permalink
sync with line 77 of __main__.py (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 authored Aug 29, 2024
1 parent 01e6dfd commit 528cd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devstats/reports/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ glue("devstats-data/{{ project }}_query_date", str(query_date.astype("M8[D]")))
---
tags: [hide-input]
---
with open("devstats-data/{{ project }}_prs.json", "r") as fh:
with open("devstats-data/{{ project }}_PRs.json", "r") as fh:
prs = [item["node"] for item in json.loads(fh.read())]
# Filters
Expand Down

0 comments on commit 528cd72

Please sign in to comment.