mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-09-26 18:42:14 +08: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