mirror of
https://gerrit.googlesource.com/git-repo
synced 2026-06-11 20:39:51 +00:00
Always print percentage when syncing quietly
Change-Id: I574396e63520781067ed1e991c41caf7640e5731
This commit is contained in:
+2
-1
@@ -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