Skip to content

Commit

Permalink
squash! [fatally broken] improve handling of registry-refs pages wher…
Browse files Browse the repository at this point in the history
…e collection does not exist in registry
  • Loading branch information
alexdunnjpl committed Apr 3, 2024
1 parent 691769e commit 53c5de8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pds/registrysweepers/ancestry/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,11 @@ def generate_nonaggregate_and_collection_records_iteratively(
for non_aggregate_record in get_nonaggregate_ancestry_records_for_collection_lid(
client, lid, collections_records_for_lid, registry_db_mock
):
log.info(f"Yielding non-agg {non_aggregate_record.lidvid}")
yield non_aggregate_record

for collection_record in collections_records_for_lid:
log.info(f"Yielding collection {collection_record.lidvid}")
yield collection_record

print("LID family complete!")


def get_nonaggregate_ancestry_records(
client: OpenSearch,
Expand Down

0 comments on commit 53c5de8

Please sign in to comment.