File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,9 @@ def _prerequisites(self):
38
38
"""
39
39
Only prerequisite is that the host match task is not processed.
40
40
"""
41
- return {"Host match" : "not processed" , "Cutout download" : "processed" }
41
+ return {"Host match" : "not processed" ,
42
+ "Cutout download" : "processed" ,
43
+ "Transient MWEBV" : "processed" }
42
44
43
45
@property
44
46
def task_name (self ):
@@ -92,7 +94,8 @@ def _prerequisites(self):
92
94
"""
93
95
Only prerequisite is that the transient MWEBV task is not processed.
94
96
"""
95
- return {"Transient MWEBV" : "not processed" }
97
+ return {"Transient MWEBV" : "not processed" ,
98
+ "Transient information" : "processed" }
96
99
97
100
@property
98
101
def task_name (self ):
@@ -615,7 +618,8 @@ class TransientInformation(TransientTaskRunner):
615
618
"""Task Runner to gather information about the Transient"""
616
619
617
620
def _prerequisites (self ):
618
- return {"Transient information" : "not processed" }
621
+ return {"Transient information" : "not processed" ,
622
+ "Cutout download" : "processed" }
619
623
620
624
@property
621
625
def task_name (self ):
You can’t perform that action at this time.
0 commit comments