mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Edit Book: Check Book: Fix automatic fixing of unsafe ids not working if the file containing the unsafe also needs to be fixed for an unsafe filename. Fixes #1491728 [Private bug](https://bugs.launchpad.net/calibre/+bug/1491728)
This commit is contained in:
parent
b4832aa9e8
commit
8fbbb485cd
@ -74,8 +74,8 @@ def run_checks(container):
|
||||
errors += check_mimetypes(container)
|
||||
errors += check_links(container) + check_link_destinations(container)
|
||||
errors += check_fonts(container)
|
||||
errors += check_filenames(container)
|
||||
errors += check_ids(container)
|
||||
errors += check_filenames(container)
|
||||
errors += check_markup(container)
|
||||
errors += check_opf(container)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user