mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Fix a bug cause gistfile.content None. (#486)
Fixes #485 See issue: https://github.com/PyGithub/PyGithub/issues/485
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ class Gist(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
:type: dict of string to :class:`github.GistFile.GistFile`
|
||||
"""
|
||||
self._completeIfNotSet(self._files)
|
||||
self._completeIfNeeded()
|
||||
return self._files.value
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user