diff options
-rw-r--r-- | subcmds/forall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/forall.py b/subcmds/forall.py index 478b3c76..8d701a6c 100644 --- a/subcmds/forall.py +++ b/subcmds/forall.py | |||
@@ -145,7 +145,7 @@ terminal and are not redirected. | |||
145 | 145 | ||
146 | mirror = self.manifest.IsMirror | 146 | mirror = self.manifest.IsMirror |
147 | out = ForallColoring(self.manifest.manifestProject.config) | 147 | out = ForallColoring(self.manifest.manifestProject.config) |
148 | out.redirect(sys.stderr) | 148 | out.redirect(sys.stdout) |
149 | 149 | ||
150 | rc = 0 | 150 | rc = 0 |
151 | first = True | 151 | first = True |