Merge "Add a newline after "Fetching projects" progress output"

This commit is contained in:
David Pursehouse
2017-06-28 04:24:03 +00:00
committed by Gerrit Code Review
2 changed files with 7 additions and 4 deletions

View File

@ -356,7 +356,8 @@ later is required to fix a server side protocol bug.
def _Fetch(self, projects, opt):
fetched = set()
lock = _threading.Lock()
pm = Progress('Fetching projects', len(projects))
pm = Progress('Fetching projects', len(projects),
print_newline=not(opt.quiet))
objdir_project_map = dict()
for project in projects: