[Webkit-unassigned] [Bug 26913] bugzilla-tool needs to handle login failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 2 16:42:35 PDT 2009


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


levin at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32204|review?                     |review+
               Flag|                            |




------- Comment #3 from levin at chromium.org  2009-07-02 16:42 PDT -------
(From update of attachment 32204)

> diff --git a/WebKitTools/Scripts/modules/bugzilla.py b/WebKitTools/Scripts/modules/bugzilla.py
> +        match = re.search("<title>(.+)</title>", response.read())

You could do a non-greedy match here like this "<title>(.+?)</title>" (which
would be more typical for grabbing the context of just one tag) but it isn't
necessary here.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list