Key error in module book_algorithms.py
Hello kiwidude,
when Calibre was running in debug mode today, I noticed that an key error is reported in the book_algorithms.py module:
File "calibre_plugins.find_duplicates.book_algorith ms", line 295, in _find_candidate_by_file_size
KeyError: 'mtime'
Statement 295 in version (1, 10, 7) is: mtime = stat_metadata['mtime'].
However, the plugin continued to run and returned a result.
Regards,
|