diff --git a/git_command.py b/git_command.py index ef6e321c..4b17f78d 100644 --- a/git_command.py +++ b/git_command.py @@ -619,7 +619,7 @@ class GitCommandError(GitError): self.git_stderr = git_stderr @property - @functools.lru_cache + @functools.lru_cache(maxsize=None) def suggestion(self): """Returns helpful next steps for the given stderr.""" if not self.git_stderr: