Update Branch.py

This commit is contained in:
AKFish
2013-08-21 13:10:32 +08:00
parent e8e8d174fb
commit 6943f6da7f
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -769,7 +769,7 @@ class Repository(github.GithubObject.CompletableGithubObject):
None,
None
)
return github.Branch.Branch(self._requester, data, completed=True)
return github.Branch.Branch(self._requester, headers, data, completed=True)
def get_branches(self):
"""