Skip to content

Commit 1aac8a1

Browse files
authored
Merge pull request #91 from j-bowhay/record_org_repo
record the repo and repo owner
2 parents 0141a9a + 9d032e7 commit 1aac8a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devstats/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ def query(repo_owner, repo_name, outdir, start_date):
108108

109109
with open(f"{outdir}/{repo_name}_misc.json", "w") as outf:
110110
misc_data = {}
111+
misc_data["repo_owner"] = repo_owner
112+
misc_data["repo_name"] = repo_name
111113
misc_data["query_start_date"] = start_date
112114
misc_data["query_end_date"] = str(datetime.datetime.now())
113115
misc_data["repo_stars"] = [

0 commit comments

Comments
 (0)