Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continue loop on bad and img links to not cut the link list short #138

Closed

Conversation

mcdemarco
Copy link
Contributor

We weren't getting any participant links for Boskone, and it turned out to be because we also had images in the link object, in first position. When we moved them to the last position we got some links, but not all, because the link validation step was also breaking completely out of the loop on failure. This PR just changes the breaks to continues.

@mcdemarco
Copy link
Contributor Author

Sorry, my main branch wasn't quite up to date locally, and this looks fixed on main.

@mcdemarco mcdemarco closed this Jan 20, 2023
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.

None yet

1 participant