Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index e515f89b00eaed6cd09da7ee90990e2db48b0d90..11266914aaf022ae3e9884b90451181e9c8e1042 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -1495,7 +1495,7 @@ def SendUpstream(parser, args, cmd): |
print ('Closing issue ' |
'(you may be prompted for your codereview password)...') |
cl.CloseIssue() |
- props = cl.RpcServer().get_issue_properties(cl.GetIssue()) |
+ props = cl.RpcServer().get_issue_properties(cl.GetIssue(), False) |
patch_num = len(props['patchset']) |
comment = "Committed patchset #%d manually as r%s" % (patch_num, revision) |
comment += ' (presubmit successful).' if not options.bypass_hooks else '.' |