Skip to content
Snippets Groups Projects
Commit a7e8901e authored by Janet Goldstein's avatar Janet Goldstein
Browse files

WS-601: remove cruft

parent 89e0caa3
No related branches found
No related tags found
1 merge request!401WS-601: addresses bug in additional_metadata section of image manifest
......@@ -87,29 +87,6 @@ class ImageIngestionProductsFinder:
),
]
# ancillary_products = []
# try:
# ancillary_products.append(
# AncillaryProduct(
# type=AncillaryProductType.PIPELINE_WEBLOG_TYPE, filename=WEBLOG_FILENAME
# )
# )
# except ValueError as exc:
# raise FileNotFoundError(f"No weblog found in {self.staging_source_dir}") from exc
#
# ancillary_files = [Path(ap.filename) for ap in ancillary_products]
#
# # find the pipeline artifacts tar
# pipeline_artifacts_tar = None
# for file in self.files_found:
# if file not in ancillary_files and self._is_ancillary_image_product(file):
# pipeline_artifacts_tar = file
# if pipeline_artifacts_tar:
# pip_ap = AncillaryProduct(
# type=AncillaryProductType.PIPELINE_ARTIFACTS, filename=pipeline_artifacts_tar.name
# )
# ancillary_products.append(pip_ap)
return ancillary_products
def _build_ancillary_image_science_product(self, file: Path):
......
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