Skip to content

export_results: do not proceed when there is no component url

clayton craft requested to merge update into master

This fixes a bug where the export would proceed if the component's url did not exist for some reason. The exporter would then crash later on when trying to, e.g., split() on the url.

Merge request reports