Skip to content

Commit

Permalink
Merge pull request #4601 from ttys0dev/allow-no-description-attachments
Browse files Browse the repository at this point in the history
Process attachments without descriptions
  • Loading branch information
mlissner authored Oct 21, 2024
2 parents 0b2a7d2 + 8abd937 commit 81acc7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cl/recap/mergers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1787,7 +1787,6 @@ async def merge_attachment_page_data(
attachment.get("attachment_number") is not None,
# Missing on sealed items.
attachment.get("pacer_doc_id", False),
attachment["description"],
]
if not all(sanity_checks):
continue
Expand Down

0 comments on commit 81acc7d

Please sign in to comment.