We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd119e5 commit 8dbff12Copy full SHA for 8dbff12
scripts/download_issues.py
@@ -29,6 +29,6 @@ def download_issues_data(org, db):
29
print(f"Finished loading new issues to {db}")
30
31
org = "jupyter-book"
32
-path_out = (here / ".." / "data" / f"{org}.db").resolve()
+path_out = (here / ".." / "data" / "github.db").resolve()
33
print(f"Downloading to {path_out}")
34
download_issues_data(org, path_out)
0 commit comments