Skip to content

Allow datasets.yaml files to be empty

Mforns requested to merge allow-no-datasets-defined into main

There is a bug that raises an error whenever a datasets.yaml file contains no dataset snippets. The DatasetRegistry does not support loading empty dataset files. This is hardly useful, and can be fixed easily. This patch changes it.

Merge request reports