From 71001653768a1e7d69c0a879b18532e2dfb75f33 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Wed, 17 Jan 2018 16:30:11 +0000 Subject: [PATCH] configuration/core: Fix alias for 'results_processors' Adds missing 's' for alias name. --- wa/framework/configuration/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wa/framework/configuration/core.py b/wa/framework/configuration/core.py index 35f9b3a6..baacdf3c 100644 --- a/wa/framework/configuration/core.py +++ b/wa/framework/configuration/core.py @@ -896,7 +896,7 @@ class JobSpec(Configuration): '''), ConfigurationPoint('augmentations', kind=toggle_set, merge=True, aliases=["instruments", "processors", "instrumentation", - "output_processors", "augment", "result_processor"], + "output_processors", "augment", "result_processors"], description=''' The instruments and output processors to enable (or disabled using a ~) during this workload spec. This combines the