zhighleggett
Results
2
issues of
zhighleggett
If requesting a branch that does not exist, a generic `GithubException` is raised, however the proper exception to be raised is `UnknownObjectException`. Per the docstring: ``` class UnknownObjectException(GithubException): """ Exception...
Hello, I'm trying to programatically get the name of the master branch of my repo. To do this I'm trying to access the `master_branch` property in `Repository` but even though...