Skip to content

get_page_image: guard against malformed title lists

BryanDavis requested to merge work/bd808/get_page_image into main

When used via the add_images decorator, get_page_image may be called with an empty list of titles or even a list containing Null elements.

Merge request reports