[Webkit-unassigned] [Bug 175279] [Tools] Add script to download a GitHub release

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 10 20:02:57 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175279

--- Comment #3 from Ross Kirsling <ross.kirsling at sony.com> ---
Comment on attachment 317863
  --> https://bugs.webkit.org/attachment.cgi?id=317863
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=317863&action=review

> Tools/Scripts/get-latest-github-release.py:59
> +    data = json.loads(urllib2.urlopen(request).read())

Ugh, this must've been a Cmd-Z fail. Should be response.read(), of course.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170811/ce014dbf/attachment.html>


More information about the webkit-unassigned mailing list