Skip to content
Snippets Groups Projects

WS-601: addresses bug in additional_metadata section of image manifest

Merged Janet Goldstein requested to merge WS-601-fix-addl-metadata-section into main
All threads resolved!
7 files
+ 301
526
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -238,7 +238,7 @@ class IngestionManifestBuilder:
artifacts_file = self.staging_source_dir / self._build_artifacts_filename()
artifacts_ap = AncillaryProduct(
type=AncillaryProductType.INGESTION_ARTIFACTS, filename=str(artifacts_file)
type=AncillaryProductType.INGESTION_ARTIFACTS, filename=artifacts_file.name
)
manifest.output_group.ancillary_products.append(artifacts_ap)
self.write_ingestion_artifacts_tar(artifacts_file)
Loading