From 80968e6871c6d3e80dfc91c4deeb8cb71fb241a1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 18 Feb 2013 09:37:36 +0530 Subject: [PATCH] ... --- src/calibre/utils/ipc/simple_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/utils/ipc/simple_worker.py b/src/calibre/utils/ipc/simple_worker.py index 86bddb38ab..a8253a40e3 100644 --- a/src/calibre/utils/ipc/simple_worker.py +++ b/src/calibre/utils/ipc/simple_worker.py @@ -76,7 +76,7 @@ def communicate(ans, worker, listener, args, timeout=300, heartbeat=None, raise WorkerError('Failed to connect to worker process', cw.tb) if cw.tb: - raise WorkerError('Failed to communicate with worker process') + raise WorkerError('Failed to communicate with worker process', cw.tb) if cw.res is None: raise WorkerError('Something strange happened. The worker process was aborted without an exception.') if cw.res.get('tb', None):