diff options
Diffstat (limited to 'subcmds/checkout.py')
-rw-r--r-- | subcmds/checkout.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/checkout.py b/subcmds/checkout.py index cf54ced7..6b71a8fa 100644 --- a/subcmds/checkout.py +++ b/subcmds/checkout.py | |||
@@ -59,7 +59,7 @@ The command is equivalent to: | |||
59 | err.append(project) | 59 | err.append(project) |
60 | pm.update() | 60 | pm.update() |
61 | 61 | ||
62 | pm = Progress('Checkout %s' % nb, len(all_projects)) | 62 | pm = Progress('Checkout %s' % nb, len(all_projects), quiet=opt.quiet) |
63 | # NB: Multiprocessing is heavy, so don't spin it up for one job. | 63 | # NB: Multiprocessing is heavy, so don't spin it up for one job. |
64 | if len(all_projects) == 1 or opt.jobs == 1: | 64 | if len(all_projects) == 1 or opt.jobs == 1: |
65 | _ProcessResults(self._ExecuteOne(nb, x) for x in all_projects) | 65 | _ProcessResults(self._ExecuteOne(nb, x) for x in all_projects) |