mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:33:30 +02:00
...
This commit is contained in:
parent
20c5bfce62
commit
d8e0540477
1 changed files with 1 additions and 1 deletions
|
|
@ -861,7 +861,7 @@ def __init__(self, options, log, progress_reporter):
|
|||
'''
|
||||
Initialize the recipe.
|
||||
:param options: Parsed commandline options
|
||||
:param parser: Command line option parser. Used to intelligently merge options.
|
||||
:param log: Logging object
|
||||
:param progress_reporter: A Callable that takes two arguments: progress (a number between 0 and 1) and a string message. The message should be optional.
|
||||
'''
|
||||
self.log = ThreadSafeWrapper(log)
|
||||
|
|
|
|||
Loading…
Reference in a new issue