We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the contributor count utility, it throws an NPE when it encounters a repository that does not contain code. The enumeration ends.
It should see the repo is empty and move on without stopping the enumeration.
While enumerating an org's repos, it encountered a repo with no code in it. It threw an NPE and exited the program.
CLI 2.0.58 Powershell on an unknown Windows version.
N/A
The text was updated successfully, but these errors were encountered:
Internal Jira issue: AST-30571
Sorry, something went wrong.
Hi @nleach999 Thanks for raising the issue. We are currently fixing it under #599
No branches or pull requests
Describe the bug
When running the contributor count utility, it throws an NPE when it encounters a repository that does not contain code. The enumeration ends.
Expected behavior
It should see the repo is empty and move on without stopping the enumeration.
Actual behavior
While enumerating an org's repos, it encountered a repo with no code in it. It threw an NPE and exited the program.
Steps to reproduce
Environment
CLI 2.0.58
Powershell on an unknown Windows version.
Additional comments
N/A
Logs
The text was updated successfully, but these errors were encountered: