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 c5a7b8bb..0999c28b 100644
--- a/bestflags/pipeline_process.py
+++ b/bestflags/pipeline_process.py
@@ -101,7 +101,7 @@ class PipelineProcess(multiprocessing.Process):
self._result_queue.put(POISONPILL)
break
- task_key = task.get_key(self._stage)
+ task_key = task.GetKey(self._stage)
if task_key in mycache:
# The task has been encountered before. It will be sent to the helper
# module for further processing.