Skip to content
Snippets Groups Projects

WS-601: more fixing of broken tests and implementation of TODO tests

Merged Janet Goldstein requested to merge WS-601-ingestion-manifest-2021-08-02-parte_uno into main
7 files
+ 101
34
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -290,7 +290,8 @@ class IngestionManifestBuilder:
ing_tar = self.staging_source_dir / self.build_artifacts_filename()
with tarfile.open(ing_tar, "w") as ingestion_artifacts_tar:
for file in self.files_found:
ingestion_artifacts_tar.add(file)
if self.sp_type == ScienceProductType.IMAGE:
ingestion_artifacts_tar.add(file)
# include the manifest
ingestion_artifacts_tar.add(manifest_file)
Loading