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
2021-10-09 17:53:19 +02:00
2021-12-19 14:21:51 +09:00
2015-12-19 01:00:22 -05:00
2018-05-24 11:09:18 -07:00
2019-04-19 19:32:02 +00:00
2015-11-20 17:24:43 -07:00
2021-09-10 14:31:43 +00:00
2015-11-20 17:24:43 -07:00
2017-03-02 11:49:11 +00:00
2021-05-18 23:49:41 +09:00

Team and repository tags

image

neutron-lib

Neutron shared routines and utilities

Features

  • TODO
Description
Neutron shared routines and utilities.
Readme 32 MiB
Languages
Python 97.4%
PHP 2.2%
Shell 0.4%