From 5dbf55801e153f3e720d24fb99677d49adadcde6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 12 Apr 2012 15:21:33 +0530 Subject: [PATCH] ... --- src/calibre/utils/ipc/simple_worker.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/utils/ipc/simple_worker.py b/src/calibre/utils/ipc/simple_worker.py index c18d556aa3..fceb04cbfe 100644 --- a/src/calibre/utils/ipc/simple_worker.py +++ b/src/calibre/utils/ipc/simple_worker.py @@ -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