Comment 14 for bug 1925068

Revision history for this message
Dan Bungert (dbungert) wrote :

@Alfonso - my change was a different item. Basically, we try to remove something from a list that isn't there and python doesn't like that. So I just not remove the thing from the list in that case. But this just masks an underlying problem in that we shouldn't even be trying to redundantly remove an item from the list.