diff --git a/project.py b/project.py index 377e98c6..28b19414 100644 --- a/project.py +++ b/project.py @@ -749,7 +749,7 @@ class Project: def _git(*args): # Ignore return code, in case there was no rebase in progress. - GitCommand(self, *args, log_as_error=False).Wait() + GitCommand(self, args, log_as_error=False).Wait() _git("cherry-pick", "--abort") _git("rebase", "--abort")