Skip to content

Commit 8dbff12

Browse files
committed
jb
1 parent bd119e5 commit 8dbff12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download_issues.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ def download_issues_data(org, db):
2929
print(f"Finished loading new issues to {db}")
3030

3131
org = "jupyter-book"
32-
path_out = (here / ".." / "data" / f"{org}.db").resolve()
32+
path_out = (here / ".." / "data" / "github.db").resolve()
3333
print(f"Downloading to {path_out}")
3434
download_issues_data(org, path_out)

0 commit comments

Comments
 (0)