RESOLVED FIXED 89497
webkitpy: Simplify fetch_bugs_matching_search()
https://bugs.webkit.org/show_bug.cgi?id=89497
Summary webkitpy: Simplify fetch_bugs_matching_search()
Thiago Marcos P. Santos
Reported 2012-06-19 12:21:31 PDT
The author_email parameter is being used wrongly: urllib.quote(search_string) instead of urllib.quote(author_email). But I realized that it is only working because the parameter is not being used at all.
Attachments
Patch (2.90 KB, patch)
2012-06-19 12:26 PDT, Thiago Marcos P. Santos
no flags
Thiago Marcos P. Santos
Comment 1 2012-06-19 12:26:26 PDT
Adam Barth
Comment 2 2012-06-19 17:51:10 PDT
Comment on attachment 148390 [details] Patch Do you need to update an test-webkitpy tests?
WebKit Review Bot
Comment 3 2012-06-19 18:31:43 PDT
Comment on attachment 148390 [details] Patch Clearing flags on attachment: 148390 Committed r120785: <http://trac.webkit.org/changeset/120785>
WebKit Review Bot
Comment 4 2012-06-19 18:31:48 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.