mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
...
This commit is contained in:
parent
b7d0609ac8
commit
5dbf55801e
@ -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…
x
Reference in New Issue
Block a user