Kovid, this is probably happening because of line 304 in tag_browser/ui.py:
skip_dialog_name='tag_item_delete',
The erroneous trailing comma is creating a list.
I will push a correction tomorrow (Sunday) AM my time, as well as some performance improvements for edit_authors, after I test it.
EDIT: I can't make it fail with or without the erroneous comma. Sigh.
Last edited by chaley; 06-06-2020 at 07:53 PM.
|