Skip to content
Snippets Groups Projects

Ingest obs run on lustre

Merged Daniel Nemergut requested to merge ingest_obs_on_lustre into main
1 unresolved thread
Files
5
@@ -177,10 +177,11 @@ class ObservationCollector(CollectorIF):
source_path = self.parameters["sourcePath"]
workflow_dir = self.parameters["workflowDir"]
staging_dir = self.parameters["staging_area"]
sbin_dir = self.parameters["script_location"]
# run script
collector = subprocess.run(
["./observation-product-collector.sh", source_path, workflow_dir, staging_dir],
[f".{sbin_dir}/observation-product-collector.sh", source_path, workflow_dir, staging_dir],
stdout=sys.stdout,
stderr=sys.stderr,
)
Loading