Sfoglia il codice sorgente

pull: Honor --quiet in parallel mode.

Signed-off-by: Matthieu Nottale <[email protected]>
Matthieu Nottale 7 anni fa
parent
commit
c7b76b1d12
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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):