diff --git a/ogc/bblocks/models.py b/ogc/bblocks/models.py index 4bec025..c2f5865 100644 --- a/ogc/bblocks/models.py +++ b/ogc/bblocks/models.py @@ -221,7 +221,7 @@ def output_openapi_contents(self): @property def semantic_uplift(self): if 'semantic_uplift' not in self._lazy_properties: - fn = self.files_path / 'semantic_uplift.yaml' + fn = self.files_path / 'semantic-uplift.yaml' semantic_uplift = {} if fn.is_file(): semantic_uplift = load_yaml(fn)