mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-21 07:16:21 +00:00
Change -p command to use stdout instead of stderr.
This commit is contained in:
parent
05f66b6836
commit
ef9ce1d0a5
@ -145,7 +145,7 @@ terminal and are not redirected.
|
|||||||
|
|
||||||
mirror = self.manifest.IsMirror
|
mirror = self.manifest.IsMirror
|
||||||
out = ForallColoring(self.manifest.manifestProject.config)
|
out = ForallColoring(self.manifest.manifestProject.config)
|
||||||
out.redirect(sys.stderr)
|
out.redirect(sys.stdout)
|
||||||
|
|
||||||
rc = 0
|
rc = 0
|
||||||
first = True
|
first = True
|
||||||
|
Loading…
Reference in New Issue
Block a user