seatgeek / fuzzywuzzy

Fuzzy String Matching in Python
http://chairnerd.seatgeek.com/fuzzywuzzy-fuzzy-string-matching-in-python/
GNU General Public License v2.0
9.21k stars 874 forks source link

process.dedupe returns dictionary key object and not list #245

Open ghost opened 5 years ago

ghost commented 5 years ago

I was running process dedupe on chunks of a list; the size of the chunks were 2. When process.dedupe returned a single value it returned a dictionary.key instead of a list.