Skip to content
Snippets Groups Projects
Commit 750dd194 authored by Sam Kagan's avatar Sam Kagan
Browse files

Addressed MR feedback

parent cf3ddf4a
No related branches found
No related tags found
2 merge requests!1605Merge 2.8.2.3 work to main,!1507Implemented manifest generation for full curation of images in ingest_envoy
Pipeline #12833 passed
......@@ -407,7 +407,7 @@ class IngestionManifestBuilder:
return None
def _build_image_manifest(self, is_full_curation: bool = True) -> tuple[IngestionManifest, Path]:
def _build_image_manifest(self, is_full_curation: bool = False) -> tuple[IngestionManifest, Path]:
"""
Image manifest has additional_metadata, and output group is way more complicated
:return:
......
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