mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-09-26 18:42:14 +08:00
Merge "Add a newline after "Fetching projects" progress output"
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user