diff options
Diffstat (limited to 'subcmds/forall.py')
| -rw-r--r-- | subcmds/forall.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subcmds/forall.py b/subcmds/forall.py index 3e6007ba..0be8d3bc 100644 --- a/subcmds/forall.py +++ b/subcmds/forall.py | |||
| @@ -177,10 +177,11 @@ without iterating through the remaining projects. | |||
| 177 | 'worktree': project.worktree, | 177 | 'worktree': project.worktree, |
| 178 | } | 178 | } |
| 179 | 179 | ||
| 180 | def Execute(self, opt, args): | 180 | def ValidateOptions(self, opt, args): |
| 181 | if not opt.command: | 181 | if not opt.command: |
| 182 | self.Usage() | 182 | self.Usage() |
| 183 | 183 | ||
| 184 | def Execute(self, opt, args): | ||
| 184 | cmd = [opt.command[0]] | 185 | cmd = [opt.command[0]] |
| 185 | 186 | ||
| 186 | shell = True | 187 | shell = True |
