mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
...
This commit is contained in:
parent
7e1068852d
commit
3e89b6c7f7
@ -171,7 +171,7 @@ def export(destdir, library_paths=None, dbmap=None, progress1=None, progress2=No
|
||||
if library_paths is None:
|
||||
library_paths = all_known_libraries()
|
||||
dbmap = dbmap or {}
|
||||
dbmap = {os.path.normace(os.path.abspath(k)):v for k, v in dbmap.iteritems()}
|
||||
dbmap = {os.path.normcase(os.path.abspath(k)):v for k, v in dbmap.iteritems()}
|
||||
exporter = Exporter(destdir)
|
||||
exporter.metadata['libraries'] = libraries = {}
|
||||
total = len(library_paths) + 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user