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
2
@@ -181,7 +181,7 @@ class ObservationCollector(CollectorIF):
# run script
collector = subprocess.run(
[f".{sbin_dir}/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