mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
fix typo
This commit is contained in:
@@ -1270,7 +1270,7 @@ class Repository(github.GithubObject.CompletableGithubObject):
|
||||
input=put_parameters
|
||||
)
|
||||
|
||||
return {'content': github.ContentFile.ContentFile(self._requester, headers['content'], data, completed=True),
|
||||
return {'content': github.ContentFile.ContentFile(self._requester, headers, data['content'], completed=True),
|
||||
'commit': github.Commit.Commit(self._requester, headers, data['commit'], completed=True)}
|
||||
|
||||
def update_file(self, path, message, content, sha,
|
||||
|
||||
Reference in New Issue
Block a user