Skip to content
Snippets Groups Projects
Commit 96da911d authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

Merge branch 'fix-ingest-envoy' into 'main'

missed some variable name conversions

See merge request !1633
parents 9c743c3c a546006a
No related branches found
No related tags found
2 merge requests!1669Catchup with main,!1633missed some variable name conversions
......@@ -162,7 +162,7 @@ class IngestCalibrationLauncher(LauncherIF):
telescope = self.parameters["telescope"]
IngestionManifestBuilder(
staging_source_dir=Path(self.staging_source_dir),
manifest_source_dir=Path(self.staging_source_dir),
sp_type=self.sci_product_type,
locator=spl,
telescope=telescope,
......@@ -290,9 +290,8 @@ class IngestObservationLauncher(LauncherIF):
self.logger.info("Creating ingestion manifest...")
telescope = self.parameters["telescope"]
filename = self.parameters["filename"]
IngestionManifestBuilder(
staging_source_dir=Path(self.staging_source_dir),
manifest_source_dir=Path(self.staging_source_dir),
sp_type=self.sci_product_type,
locator=None,
telescope=telescope,
......
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