Skip to content

Skip pages that pass validation but fail to read during concatenation - #1105

Open
rajeswari1301 wants to merge 1 commit into
mainfrom
concatenate-failure
Open

rajeswari1301 wants to merge 1 commit into
mainfrom
concatenate-failure

Conversation

@rajeswari1301

Copy link
Copy Markdown
Contributor

There were few "no valid files to concatenate" crashes even after the last fix. The page already passed the check, but the file still failed when the code went to use it, probably a storage write that wasn't fully finished. That specific step was not handled, so it crashed the whole document instead of just skipping that one piece.

This catches the failure right where it happens and skips it instead of crashing, across the exhibit, the exhibit list, and the combined exhibit doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant