소스 검색

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