sckott / habanero

client for Crossref search API

Home Page:https://habanero.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix `filter_names()`: no sorting on dict_keys

sckott opened this issue · comments

in python 3 calling .keys() returns a dict_keys object, which you can't call .sort on . do list(x.keys()) first