Переглянути джерело

pull: Honor --quiet in parallel mode.

Signed-off-by: Matthieu Nottale <[email protected]>
Matthieu Nottale 7 роки тому
батько
коміт
c7b76b1d12
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      compose/project.py

+ 1 - 1
compose/project.py

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