Ver Fonte

Change -p command to use stdout instead of stderr.

Wink Saville há 17 anos atrás
pai
commit
ef9ce1d0a5
1 ficheiros alterados com 1 adições e 1 exclusões
  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