add check out

This commit is contained in:
Bin Yang
2021-10-26 01:14:04 -04:00
parent cc162caf46
commit d8428f7264
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ def get_repo_attributes_dict(input_repo: Repository, last_commit_within_years: i
else:
repo_status = 'inactive'
result_dict['repo_status'] = repo_status
except GithubException as e:
except Exception as e:
print(e)
return result_dict