pulling out the data saving
This commit is contained in:
parent
27d336594f
commit
154a8b9d92
@ -48,7 +48,7 @@ def main():
|
||||
continue
|
||||
project_rosters = {}
|
||||
project_dict["age_of_project"], project_dict["contributors"], project_dict["collaborators"], project_rosters['contributors_list'], project_rosters['collaborators_list'] = perceval_data['age_of_project'], perceval_data['contributors'], perceval_data['collaborators'], perceval_data['contributors_list'], perceval_data['collaborators_list']
|
||||
with open("/data/users/mgaughan/kkex_roster_data_121123/" + "rosters_" + project_dict["project_name"] + '.json', 'w') as roster_path
|
||||
with open("/data/users/mgaughan/kkex_roster_data_121123/" + "rosters_" + project_dict["project_name"] + '.json', 'w') as roster_path:
|
||||
json.dump(project_rosters, roster_path)
|
||||
if "github" in project_dict["upstream_vcs_link"]:
|
||||
project_dict['milestone_count'] = gha.main(project_dict["upstream_vcs_link"], early_cutoff)
|
||||
|
Loading…
Reference in New Issue
Block a user