diff options
Diffstat (limited to 'subcmds/abandon.py')
| -rw-r--r-- | subcmds/abandon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/abandon.py b/subcmds/abandon.py index 4036f306..ded287f6 100644 --- a/subcmds/abandon.py +++ b/subcmds/abandon.py | |||
| @@ -90,7 +90,7 @@ It is equivalent to "git branch -D <branchname>". | |||
| 90 | success[branch].append(project) | 90 | success[branch].append(project) |
| 91 | else: | 91 | else: |
| 92 | err[branch].append(project) | 92 | err[branch].append(project) |
| 93 | pm.update() | 93 | pm.update(msg="") |
| 94 | 94 | ||
| 95 | self.ExecuteInParallel( | 95 | self.ExecuteInParallel( |
| 96 | opt.jobs, | 96 | opt.jobs, |
