Skip to content
Snippets Groups Projects
Commit b2cbec9c authored by Auke Klazema's avatar Auke Klazema
Browse files

Task LSRT-15: Fixed a typo bug

parent e6f343fa
No related branches found
No related tags found
No related merge requests found
...@@ -379,7 +379,7 @@ class Specification: ...@@ -379,7 +379,7 @@ class Specification:
add("Observation.ObservationControl.PythonControl.DPPP.demixer.freqstep", as_int) add("Observation.ObservationControl.PythonControl.DPPP.demixer.freqstep", as_int)
add("Observation.ObservationControl.PythonControl.DPPP.demixer.timestep", 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 # Imaging pipeline
add("Observation.DataProducts.Output_SkyImage.enabled", as_bool) add("Observation.DataProducts.Output_SkyImage.enabled", as_bool)
add("Observation.DataProducts.Output_SkyImage.storageClusterName") add("Observation.DataProducts.Output_SkyImage.storageClusterName")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment