pull: Honor --quiet in parallel mode.

Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
This commit is contained in:
Matthieu Nottale 2018-03-15 15:40:13 +01:00
parent 4e0fdd70bd
commit c7b76b1d12

View File

@ -551,7 +551,7 @@ class Project(object):
services, services,
pull_service, pull_service,
operator.attrgetter('name'), operator.attrgetter('name'),
'Pulling', not silent and 'Pulling' or None,
limit=5, limit=5,
) )
if len(errors): if len(errors):