From 1879dd62f17fabbbeb66ab7021aea37938c4b86c Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Fri, 8 Jun 2018 11:48:32 +0100 Subject: [PATCH] fw/core: Fix description of 'label' CongfigPoint Update reference of result processors to output processors. --- wa/framework/configuration/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wa/framework/configuration/core.py b/wa/framework/configuration/core.py index f0a4f738..4319e406 100644 --- a/wa/framework/configuration/core.py +++ b/wa/framework/configuration/core.py @@ -758,8 +758,8 @@ class JobSpec(Configuration): ConfigurationPoint('label', kind=str, description=''' Similar to IDs but do not have the uniqueness restriction. - If specified, labels will be used by some result - processes instead of (or in addition to) the workload + If specified, labels will be used by some output + processors instead of (or in addition to) the workload name. For example, the csv output processor will put the label in the "workload" column of the CSV file. '''),