Skip to content

Commit 67c13e3

Browse files
committed
exception handling
Signed-off-by: Sean P. Goggins <[email protected]>
1 parent 9601c73 commit 67c13e3

File tree

1 file changed

+1
-0
lines changed
  • augur/tasks/github/repo_info

1 file changed

+1
-0
lines changed

augur/tasks/github/repo_info/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def query_committers_count(key_auth, logger, owner, repo):
2727
logger.warning("Committer count data returned in JSON")
2828
except ValueError:
2929
logger.warning("The API did not return valid JSON for committer count.")
30+
data=0
3031

3132
return data
3233

0 commit comments

Comments
 (0)