From 528cd7257c6b8201228a5eb003e3175bec521810 Mon Sep 17 00:00:00 2001 From: Will Dean <57733339+wd60622@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:58:41 -0400 Subject: [PATCH] sync with line 77 of __main__.py (#65) --- devstats/reports/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstats/reports/index.md b/devstats/reports/index.md index c5dd339..7a580ca 100644 --- a/devstats/reports/index.md +++ b/devstats/reports/index.md @@ -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