diff options
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -749,7 +749,7 @@ class Project: | |||
749 | 749 | ||
750 | def _git(*args): | 750 | def _git(*args): |
751 | # Ignore return code, in case there was no rebase in progress. | 751 | # Ignore return code, in case there was no rebase in progress. |
752 | GitCommand(self, *args, log_as_error=False).Wait() | 752 | GitCommand(self, args, log_as_error=False).Wait() |
753 | 753 | ||
754 | _git("cherry-pick", "--abort") | 754 | _git("cherry-pick", "--abort") |
755 | _git("rebase", "--abort") | 755 | _git("rebase", "--abort") |