diff options
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/sync.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index 8a043d9f..8de730bc 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -357,7 +357,8 @@ later is required to fix a server side protocol bug. | |||
357 | fetched = set() | 357 | fetched = set() |
358 | lock = _threading.Lock() | 358 | lock = _threading.Lock() |
359 | pm = Progress('Fetching projects', len(projects), | 359 | pm = Progress('Fetching projects', len(projects), |
360 | print_newline=not(opt.quiet)) | 360 | print_newline=not(opt.quiet), |
361 | always_print_percentage=opt.quiet) | ||
361 | 362 | ||
362 | objdir_project_map = dict() | 363 | objdir_project_map = dict() |
363 | for project in projects: | 364 | for project in projects: |