JohnSmithDev / ISFDB-Tools

Tools to query a local copy of the ISFDB database
5 stars 1 forks source link

award_countries.py is broken #14

Closed JohnSmithDev closed 5 years ago

JohnSmithDev commented 5 years ago

isfdb_tools $ ./award_countries.py -w clark -y 2015 Traceback (most recent call last): File "./award_countries.py", line 87, in conn, args, level_filter) File "./award_countries.py", line 55, in get_award_countries val = get_author_country( conn, author_filter_args, overrides=True) File "/proj/isfdb_tools/author_country.py", line 73, in get_author_country return overrides[filter_args.exact_author] TypeError: unhashable type: 'list'

Not sure if this is a recent regression and/or an invocation that the script isn't expecting, but it shouldn't do this

JohnSmithDev commented 5 years ago

Gah - I just committed a fix for this, but put the wrong issue number in the commit message