X Tutup
The Wayback Machine - https://web.archive.org/web/20201104012347/https://github.com/PyGithub/PyGithub/issues/1715
Skip to content
New issue

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

Add html_url to GitTreeElement #1715

Closed
tnguyen14 opened this issue Oct 7, 2020 · 1 comment
Closed

Add html_url to GitTreeElement #1715

tnguyen14 opened this issue Oct 7, 2020 · 1 comment

Comments

@tnguyen14
Copy link

@tnguyen14 tnguyen14 commented Oct 7, 2020

@s-t-e-v-e-n-k
Copy link
Collaborator

@s-t-e-v-e-n-k s-t-e-v-e-n-k commented Oct 28, 2020

Data returned by Github for GitTreeElement does not seem to return html_url?

>>> repo = g.get_repo("PyGithub/PyGithub")
>>> tree = repo.get_git_tree("24251f4b0f1ef4abe10c590af17620eb2ed3576c")
>>> ['html_url' in t.raw_data.keys() for t in tree.tree]
[False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup