diff --git a/main.py b/main.py index 62e77d4..a13fe0d 100644 --- a/main.py +++ b/main.py @@ -38,8 +38,8 @@ def main(): #remove this and it should just run? for the most part at least I think count_of_dir += 1 #this is what needs to be commented out - if count_of_dir > 4: - break + #if count_of_dir > 4: + # break #print(largest_object.keys()) #print(len(largest_object.keys())) ''' @@ -84,7 +84,7 @@ def get_everything(manifest_path, early_cutoff): largest_object[repo_path]['ghs_obj'] = ghs.main(vcs_path, early_cutoff) #print(ghs_obj["time_cleaned_comm"]) repo_uri_list = repo_path.split('/') - with open('/data/users/mgaughan/kkex_data_110723/' + repo_uri_list[-2] + '_' + repo_uri_list[-1] + '_result.json', 'w') as data_path: + with open('/data/users/mgaughan/kkex_data_110823/' + repo_uri_list[-2] + '_' + repo_uri_list[-1] + '_result.json', 'w') as data_path: json.dump(largest_object[repo_path], data_path) except yaml.YAMLError as err: print(err)