mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:25:41 +02:00
...
This commit is contained in:
parent
b7d0609ac8
commit
5dbf55801e
1 changed files with 2 additions and 1 deletions
|
|
@ -114,7 +114,8 @@ def fork_job(mod_name, func_name, args=(), kwargs={}, timeout=300, # seconds
|
|||
complete. If it takes longer a WorkerError is raised and the process is
|
||||
killed.
|
||||
|
||||
:param cwd: The working directory for the worker process.
|
||||
:param cwd: The working directory for the worker process. I recommend
|
||||
against using this, unless you are sure the path is pure ASCII.
|
||||
|
||||
:param priority: The process priority for the worker process
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue