Skip to content

Small fix for /origin/save

David Douard requested to merge douardda/swh-web:fix-origin-save into master

It seems it is possible for the _savable_visit_types() helper function to be called with an empty 'visit_types' (case found in docker tests).

Prevent an IndexError.

Merge request reports