We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9601c73 commit 67c13e3Copy full SHA for 67c13e3
augur/tasks/github/repo_info/core.py
@@ -27,6 +27,7 @@ def query_committers_count(key_auth, logger, owner, repo):
27
logger.warning("Committer count data returned in JSON")
28
except ValueError:
29
logger.warning("The API did not return valid JSON for committer count.")
30
+ data=0
31
32
return data
33
0 commit comments