8000
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.
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
got this error with my github enterprise on the latest release of github3.py:
00:08:06.853 Traceback (most recent call last): 00:08:06.853 File "/home/jenkins/workspace/***/temp/lib64/python3.6/site-packages/github3/models.py", line 48, in __init__ 00:08:06.853 self._update_attributes(json) 00:08:06.853 File "/home/jenkins/workspace/***/temp/lib64/python3.6/site-packages/github3/repos/repo.py", line 2450, in _update_attributes 00:08:06.853 self.original_license = repo['license'] 00:08:06.853 KeyError: 'license'
looks like github3.py is assuming all repos have license data, but this is not the case for github enterprise.
thanks for this great library :)
The text was updated successfully, but these errors were encountered:
I think this might be the same error as #794
Sorry, something went wrong.
Correct
Duplicate of #794
No branches or pull requests
got this error with my github enterprise on the latest release of github3.py:
looks like github3.py is assuming all repos have license data, but this is not the case for github enterprise.
thanks for this great library :)
The text was updated successfully, but these errors were encountered: