mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 05:03:42 +02:00
Fix #1031863 (Exception in Bulk conversion)
This commit is contained in:
parent
aa02422619
commit
6466898e1a
1 changed files with 2 additions and 2 deletions
|
|
@ -257,7 +257,7 @@ def specialize(self, oeb, opts, log, output_fmt):
|
|||
pass
|
||||
|
||||
def gui_configuration_widget(self, parent, get_option_by_name,
|
||||
get_option_help, db, book_id):
|
||||
get_option_help, db, book_id=None):
|
||||
'''
|
||||
Called to create the widget used for configuring this plugin in the
|
||||
calibre GUI. The widget must be an instance of the PluginWidget class.
|
||||
|
|
@ -351,7 +351,7 @@ def specialize_css_for_output(self, log, opts, item, stylizer):
|
|||
pass
|
||||
|
||||
def gui_configuration_widget(self, parent, get_option_by_name,
|
||||
get_option_help, db, book_id):
|
||||
get_option_help, db, book_id=None):
|
||||
'''
|
||||
Called to create the widget used for configuring this plugin in the
|
||||
calibre GUI. The widget must be an instance of the PluginWidget class.
|
||||
|
|
|
|||
Loading…
Reference in a new issue