Closed davidlesieur closed 5 years ago
Calls to Zotero.item_type_fields() and Zotero.item_creator_types() cause the following error:
Zotero.item_type_fields()
Zotero.item_creator_types()
TypeError: wrapped_f() takes 1 positional argument but 2 were given
The tcache decorator fails to pass the required itemtype argument.
tcache
itemtype
Coverage remained the same at 44.595% when pulling 8717f6fd60ac3c3d6dc35ba0f70cce69cf19bc72 on davidlesieur:tcache-args into 7472594859837794f80263333a96194c949caec3 on urschrei:master.
Ah, good catch. Thank you! Will push an update to PyPI this evening.
Calls to
Zotero.item_type_fields()
andZotero.item_creator_types()
cause the following error:The
tcache
decorator fails to pass the requireditemtype
argument.