Просмотр исходного кода

pull: Honor --quiet in parallel mode.

Signed-off-by: Matthieu Nottale <[email protected]>
Matthieu Nottale 8 лет назад
Родитель
Сommit
c7b76b1d12
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      compose/project.py

+ 1 - 1
compose/project.py

@@ -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):