瀏覽代碼

Change -p command to use stdout instead of stderr.

Wink Saville 17 年之前
父節點
當前提交
ef9ce1d0a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      subcmds/forall.py

+ 1 - 1
subcmds/forall.py

@@ -145,7 +145,7 @@ terminal and are not redirected.
 
     mirror = self.manifest.IsMirror
     out = ForallColoring(self.manifest.manifestProject.config)
-    out.redirect(sys.stderr)
+    out.redirect(sys.stdout)
 
     rc = 0
     first = True