mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
712d846090
commit
4354d360d6
@ -256,8 +256,7 @@ class Writer(object):
|
|||||||
pass
|
pass
|
||||||
# TODO: Remember to change commas to | when writing authors to sqlite
|
# TODO: Remember to change commas to | when writing authors to sqlite
|
||||||
elif field.is_many:
|
elif field.is_many:
|
||||||
# TODO: Implement this
|
self.set_books_func = many_one
|
||||||
pass
|
|
||||||
else:
|
else:
|
||||||
self.set_books_func = (one_one_in_books if field.metadata['table']
|
self.set_books_func = (one_one_in_books if field.metadata['table']
|
||||||
== 'books' else one_one_in_other)
|
== 'books' else one_one_in_other)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user