Files
neutron-lib/neutron_lib/tests/unit
Harald Jensås 88b755c0e8 Fix collect duplicates TypeError for dict values
The _collect_duplicates uses a set for duplicates. This
does not work when the values in the list are dictionaries.

Instead of using a set, use a list and extend the condition to
only add to the list if seen and not already in dups.

Closes-Bug: #1956785
Change-Id: Iad627bcfb95699febd504d7dc7fc9e8a7d813a9e
2022-01-10 14:29:24 +00:00
..
2020-03-17 15:31:31 +09:00
2015-12-18 19:05:15 +00:00
2021-08-20 15:03:32 +00:00