aboutsummaryrefslogtreecommitdiff
path: root/bestflags/pipeline_process.py
diff options
context:
space:
mode:
Diffstat (limited to 'bestflags/pipeline_process.py')
-rw-r--r--bestflags/pipeline_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bestflags/pipeline_process.py b/bestflags/pipeline_process.py
index 37f4a994..29d88f52 100644
--- a/bestflags/pipeline_process.py
+++ b/bestflags/pipeline_process.py
@@ -107,7 +107,7 @@ class PipelineProcess(multiprocessing.Process):
else:
# Let the workers do the actual work.
work_pool.apply_async(self._worker, args=(task, self._work_queue,
- self._result_queue))
+ self._result_queue))
mycache.append(task_key)
# Shutdown the workers pool and the helper process.