mirror of
https://github.com/docker/compose.git
synced 2025-07-28 16:14:06 +02:00
pull: Honor --quiet in parallel mode.
Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
This commit is contained in:
parent
4e0fdd70bd
commit
c7b76b1d12
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user