Private GIT

Skip to content
Snippets Groups Projects
Commit f87dba7d authored by SerialShadow's avatar SerialShadow
Browse files

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.
parent 5e17c60b
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment