summaryrefslogtreecommitdiffstats
path: root/git_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_command.py')
-rw-r--r--git_command.py2
1 files changed, 1 insertions, 1 deletions
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):
619 self.git_stderr = git_stderr 619 self.git_stderr = git_stderr
620 620
621 @property 621 @property
622 @functools.lru_cache 622 @functools.lru_cache(maxsize=None)
623 def suggestion(self): 623 def suggestion(self):
624 """Returns helpful next steps for the given stderr.""" 624 """Returns helpful next steps for the given stderr."""
625 if not self.git_stderr: 625 if not self.git_stderr: