Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For some reason I don't understand, the array of mi values mst be a l…
…ist, not a tuple. When a tuple, this line: w.setText(mi[r].title) produces the exception: Traceback (most recent call last): File "C:\CBH_Data\calibre.git\calibre_dev\src\calibre\gui2\preferences\save_template.py", line 63, in do_open_editor File "C:\CBH_Data\calibre.git\calibre_dev\src\calibre\gui2\dialogs\template_dialog.py", line 433, in __init__ File "C:\CBH_Data\calibre.git\calibre_dev\src\calibre\gui2\dialogs\template_dialog.py", line 578, in set_mi AttributeError: 'tuple' object has no attribute 'title'
- Loading branch information