Skip to content
Snippets Groups Projects
Commit 7a33641c authored by Adriaan Renting's avatar Adriaan Renting
Browse files

Task #8887: changed RATaskSpecified to handle non-otdb predecesors

parent 845f955e
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,7 @@ class RATaskSpecified(OTDBBusListener): ...@@ -204,7 +204,7 @@ class RATaskSpecified(OTDBBusListener):
""" Extract the list of predecessor obs IDs from the given parset. """ """ Extract the list of predecessor obs IDs from the given parset. """
key = PARSET_PREFIX + "Observation.Scheduler.predecessors" key = PARSET_PREFIX + "Observation.Scheduler.predecessors"
strlist = PyParameterValue(str(parset[key]), True).getStringVector() stringlist = PyParameterValue(str(parset[key]), True).getStringVector()
# Key contains values starting with 'S' = Scheduler, 'L'/'T' = OTDB, 'M' = MoM # Key contains values starting with 'S' = Scheduler, 'L'/'T' = OTDB, 'M' = MoM
# 'S' we can probably ignore? Might be only internal in the Scheduler? # 'S' we can probably ignore? Might be only internal in the Scheduler?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment