-
- Downloads
All items in the list referred to the same object, so when this object was...
All items in the list referred to the same object, so when this object was mutated all the items in the list got mutated. This resulted in exactly the same search url multiple times when we had a list of scene exceptions. Appended a copy of the original params dictionary object to the list, instead os the original object.
Loading
Please register or sign in to comment