فهرست منبع

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