diff options
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/sync.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index 47790cc8..0a3cde7d 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -403,8 +403,7 @@ later is required to fix a server side protocol bug. | |||
403 | def _Fetch(self, projects, opt, err_event): | 403 | def _Fetch(self, projects, opt, err_event): |
404 | fetched = set() | 404 | fetched = set() |
405 | lock = _threading.Lock() | 405 | lock = _threading.Lock() |
406 | pm = Progress('Fetching projects', len(projects), | 406 | pm = Progress('Fetching projects', len(projects)) |
407 | always_print_percentage=opt.quiet) | ||
408 | 407 | ||
409 | objdir_project_map = dict() | 408 | objdir_project_map = dict() |
410 | for project in projects: | 409 | for project in projects: |