mirror of
https://gerrit.googlesource.com/git-repo
synced 2025-06-30 20:17:08 +00:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
3c0931285c |
@ -1150,7 +1150,7 @@ class Project(object):
|
|||||||
p = GitCommand(self, cmd, bare=True, capture_stdout=bool(output_redir),
|
p = GitCommand(self, cmd, bare=True, capture_stdout=bool(output_redir),
|
||||||
merge_output=bool(output_redir))
|
merge_output=bool(output_redir))
|
||||||
if p.stdout and output_redir:
|
if p.stdout and output_redir:
|
||||||
buf.write(p.stdout)
|
output_redir.write(p.stdout)
|
||||||
if p.Wait() != 0:
|
if p.Wait() != 0:
|
||||||
return False
|
return False
|
||||||
platform_utils.remove(alternates_file)
|
platform_utils.remove(alternates_file)
|
||||||
|
Reference in New Issue
Block a user