Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index 15d19c0f1e8f95993aa0ebb41ce45de2ede1c244..60c41f4a87b3d38a94fb8b193477a076ef3a6bd2 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -1795,7 +1795,7 @@ def CMDpatch(parser, args): |
if issue_arg.isdigit(): |
# Input is an issue id. Figure out the URL. |
issue = int(issue_arg) |
- cl = Changelist(issue) |
+ cl = Changelist(issue=issue) |
patchset = cl.GetMostRecentPatchset() |
patch_data = cl.GetPatchSetDiff(issue, patchset) |
else: |