aboutsummaryrefslogtreecommitdiff
path: root/bestflags/pipeline_process.py
diff options
context:
space:
mode:
authorYuheng Long <yuhenglong@google.com>2013-06-19 09:44:24 -0700
committerChromeBot <chrome-bot@google.com>2013-06-27 19:45:56 -0700
commit1dd70cd5565f1800b5a2133922d84022cf619ddd (patch)
treea99ac9832f6421221f5a50d7f82870b6b8d31805 /bestflags/pipeline_process.py
parent5fe6dc81886f49eb2089c883c6862f2e896155cf (diff)
downloadtoolchain-utils-1dd70cd5565f1800b5a2133922d84022cf619ddd.tar.gz
Added the logic and the test for the builder of the framework.
BUG=None TEST=None Change-Id: Ibf65d94c042b39f340ccaae7a9aaa16d390c8d50 Reviewed-on: https://gerrit-int.chromium.org/39864 Reviewed-by: Simon Que <sque@google.com> Reviewed-by: Luis Lozano <llozano@chromium.org> Commit-Queue: Yuheng Long <yuhenglong@google.com> Tested-by: Yuheng Long <yuhenglong@google.com>
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.