mirror of
https://github.com/firmai/financial-machine-learning.git
synced 2026-08-07 08:07:48 +00:00
add check out
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user