diff --git a/github/Gist.py b/github/Gist.py index 08819fd1..553752f8 100644 --- a/github/Gist.py +++ b/github/Gist.py @@ -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