浏览代码

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