Explorar o código

Change -p command to use stdout instead of stderr.

Wink Saville %!s(int64=17) %!d(string=hai) anos
pai
achega
ef9ce1d0a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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