Skip to content
Snippets Groups Projects

fixes for restore&image with real CASA

Merged Charlotte Hausman requested to merge testing_barrage_fixes into main
2 files
+ 212
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -182,6 +182,10 @@ class ImagingLauncher(LauncherIF):
@@ -182,6 +182,10 @@ class ImagingLauncher(LauncherIF):
)
)
if check_input:
if check_input:
 
wf_name = self.metadata.content["workflowName"]
 
if "restore" in wf_name:
 
RestoreFoundation(self.parameters, self.metadata).data_foundation()
 
self.run_audit(self.parameters)
self.run_audit(self.parameters)
CasaLauncher(self.parameters).run()
CasaLauncher(self.parameters).run()
else:
else:
Loading