From 10a44a13b59a0795ccc9955bcc675089b29133bb Mon Sep 17 00:00:00 2001 From: Adriaan Renting <renting@astron.nl> Date: Tue, 5 Feb 2019 09:27:17 +0000 Subject: [PATCH] SW-556: small update as result of review --- SAS/XML_generator/src/xmlgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAS/XML_generator/src/xmlgen.py b/SAS/XML_generator/src/xmlgen.py index 52f767cdb1b..17a3fd0832a 100755 --- a/SAS/XML_generator/src/xmlgen.py +++ b/SAS/XML_generator/src/xmlgen.py @@ -1896,7 +1896,7 @@ def checkSettings(settings, blockNr): elif settings["imagingPipeline"] == 'MSSS': settings["imaging_pipe_type"] = 'ImagingPipelineMSSSType' settings["imaging_pipe_default_template"] = "MSSS Imaging Pipeline" - #Will need to be uncommented when a 'PREFACTOR' default template goes into production. + #TODO: Will need to be uncommented when a 'PREFACTOR' default template goes into production. #elif settings["imagingPipeline"] == 'Prefactor': # settings["imaging_pipe_type"] = 'Prefactor' # settings["imaging_pipe_default_template"] = "PREFACTOR" -- GitLab