[Webkit-unassigned] [Bug 27849] bugzilla-tool post-commits obsoletes its own work :(

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 30 15:25:39 PDT 2009


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





--- Comment #7 from Eric Seidel <eric at webkit.org>  2009-07-30 15:25:38 PDT ---
in our case 't' is not a set.  I think python is simply silently failing here:

s.update(t)    s |= t    return set s with elements added from t

I think update is doing nothing, where as .add() is doing what we want.

-- 
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