mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Ignore metadata.db file
This commit is contained in:
parent
da02d9614b
commit
bb60bba3a9
@ -74,7 +74,7 @@ class CheckLibrary(object):
|
||||
|
||||
lib = self.src_library_path
|
||||
for auth_dir in os.listdir(lib):
|
||||
if auth_dir in self.ignore_names:
|
||||
if auth_dir in self.ignore_names or auth_dir == 'metadata.db':
|
||||
continue
|
||||
auth_path = os.path.join(lib, auth_dir)
|
||||
# First check: author must be a directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user