Skip to content
Snippets Groups Projects
Commit 3748173c authored by Sam Kagan's avatar Sam Kagan
Browse files

Fixed where deliver was expecting some restore files

parent 64b85f23
No related branches found
No related tags found
No related merge requests found
......@@ -238,17 +238,20 @@ class RestoreProduct(SpooledProduct):
"products": [
"casa_pipescript\\.py",
"casa_commands\\.log",
".*\\.ms",
self.WEBLOG_REGEX,
"PPR_calibration\\.xml",
".*calapply\\.txt",
".*caltables\\.tgz",
".*flagtemplate\\.txt",
".*flagtsystemplate\\.txt",
],
"working": [
"flux\\.csv",
".*\\.ms",
"casa_piperestorescript\\.py",
self.WEBLOG_REGEX,
"PPR\\.xml",
],
"rawdata": [".*calapply\\.txt", ".*caltables\\.tgz", ".*flagtemplate\\.txt", ".*flagtsystemplate\\.txt"],
}
pipedir = destination / self.metadata.project / f"{self.metadata.pipeline_spec}"
......
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