From b2cbec9cdfbc4384fd6f9f09866af4ab5aeb208b Mon Sep 17 00:00:00 2001 From: Auke Klazema <klazema@astron.nl> Date: Fri, 16 Feb 2018 12:55:22 +0000 Subject: [PATCH] Task LSRT-15: Fixed a typo bug --- SAS/ResourceAssignment/Common/lib/specification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAS/ResourceAssignment/Common/lib/specification.py b/SAS/ResourceAssignment/Common/lib/specification.py index ee8af78094c..7f33265a288 100644 --- a/SAS/ResourceAssignment/Common/lib/specification.py +++ b/SAS/ResourceAssignment/Common/lib/specification.py @@ -379,7 +379,7 @@ class Specification: add("Observation.ObservationControl.PythonControl.DPPP.demixer.freqstep", as_int) add("Observation.ObservationControl.PythonControl.DPPP.demixer.timestep", as_int) - if radb_type == "pipeline" and radb_subtype in ["imaging pipeline", "imaging pipelines msss"]: + if radb_type == "pipeline" and radb_subtype in ["imaging pipeline", "imaging pipeline msss"]: # Imaging pipeline add("Observation.DataProducts.Output_SkyImage.enabled", as_bool) add("Observation.DataProducts.Output_SkyImage.storageClusterName") -- GitLab