mirror of
https://gerrit.googlesource.com/git-repo
synced 2025-06-19 12:34:17 +00:00
Always print percentage when syncing quietly
Change-Id: I574396e63520781067ed1e991c41caf7640e5731
This commit is contained in:
@ -357,7 +357,8 @@ later is required to fix a server side protocol bug.
|
||||
fetched = set()
|
||||
lock = _threading.Lock()
|
||||
pm = Progress('Fetching projects', len(projects),
|
||||
print_newline=not(opt.quiet))
|
||||
print_newline=not(opt.quiet),
|
||||
always_print_percentage=opt.quiet)
|
||||
|
||||
objdir_project_map = dict()
|
||||
for project in projects:
|
||||
|
Reference in New Issue
Block a user