diff --git a/OWNERS b/OWNERS index c18342434..5597b8cd5 100644 --- a/OWNERS +++ b/OWNERS @@ -3,6 +3,7 @@ bradnelson@google.com cmp@chromium.org dpranke@chromium.org iannucci@chromium.org +jochen@chromium.org maruel@chromium.org maruel@google.com petermayo@chromium.org diff --git a/git_cl.py b/git_cl.py index 15d19c0f1..60c41f4a8 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: