[Webkit-unassigned] [Bug 39749] webkit-patch fails to create bugs since it started assigning the owner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 31 22:49:16 PDT 2010


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #57510|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #12 from Eric Seidel <eric at webkit.org>  2010-05-31 22:49:15 PST ---
(From update of attachment 57510)
I would have broken this out into a separate function at this point.

+            log('User does not have editbugs privilege. It is not possible to assign bug to %s' % assignee)

should be:

+            log('%s does not have editbugs privilege. It is not possible to assign bug to %s' % (self.username, assignee))

Should also probably direct them to how to request the privilege (I'm not sure how, for now we should ask them to email webkit-dev I guess).

Also this current patch will log about the "None" assignee which is not what you mean to do.

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



More information about the webkit-unassigned mailing list