diff options
Diffstat (limited to 'subcmds/forall.py')
-rw-r--r-- | subcmds/forall.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/forall.py b/subcmds/forall.py index 7771ec16..88b23fbd 100644 --- a/subcmds/forall.py +++ b/subcmds/forall.py | |||
@@ -212,8 +212,8 @@ without iterating through the remaining projects. | |||
212 | config = self.manifest.manifestProject.config | 212 | config = self.manifest.manifestProject.config |
213 | results_it = pool.imap( | 213 | results_it = pool.imap( |
214 | DoWorkWrapper, | 214 | DoWorkWrapper, |
215 | [[mirror, opt, cmd, shell, cnt, config, self._SerializeProject(p)] | 215 | ([mirror, opt, cmd, shell, cnt, config, self._SerializeProject(p)] |
216 | for cnt, p in enumerate(projects)] | 216 | for cnt, p in enumerate(projects)) |
217 | ) | 217 | ) |
218 | pool.close() | 218 | pool.close() |
219 | for r in results_it: | 219 | for r in results_it: |