summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--project.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/project.py b/project.py
index bf4f9ae1..34e9046d 100644
--- a/project.py
+++ b/project.py
@@ -1182,9 +1182,7 @@ class Project(object):
1182 ref_spec = ref_spec + "%" + ",".join(opts) 1182 ref_spec = ref_spec + "%" + ",".join(opts)
1183 cmd.append(ref_spec) 1183 cmd.append(ref_spec)
1184 1184
1185 GitCommand( 1185 GitCommand(self, cmd, bare=True, verify_command=True).Wait()
1186 self, cmd, bare=True, capture_stderr=True, verify_command=True
1187 ).Wait()
1188 1186
1189 if not dryrun: 1187 if not dryrun:
1190 msg = "posted to %s for %s" % (branch.remote.review, dest_branch) 1188 msg = "posted to %s for %s" % (branch.remote.review, dest_branch)