init: Respect --quiet option when synching manifest repository
Change-Id: Ib58b7dd971670e0888e6428333050700e776b0de
This commit is contained in:
parent
69297c1b77
commit
438eade413
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ to update the working directory files.
|
|||
'in another location.', file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
if not m.Sync_NetworkHalf(is_new=is_new):
|
||||
if not m.Sync_NetworkHalf(is_new=is_new, quiet=opt.quiet):
|
||||
r = m.GetRemote(m.remote.name)
|
||||
print('fatal: cannot obtain manifest %s' % r.url, file=sys.stderr)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue