mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 07:43:15 +02:00
IGN:...
This commit is contained in:
parent
e6bfebed5a
commit
25310eb146
1 changed files with 2 additions and 1 deletions
|
|
@ -170,7 +170,8 @@ def do_add(db, paths, one_book_per_directory, recurse, add_duplicates):
|
|||
for mi, formats in dir_dups:
|
||||
db.import_book(mi, formats)
|
||||
else:
|
||||
print >>sys.stderr, _('The following books were not added as they already exist in the database (see --duplicates option):')
|
||||
if dir_dups or file_duplicates:
|
||||
print >>sys.stderr, _('The following books were not added as they already exist in the database (see --duplicates option):')
|
||||
for mi, formats in dir_dups:
|
||||
title = mi.title
|
||||
if isinstance(title, unicode):
|
||||
|
|
|
|||
Loading…
Reference in a new issue