Skip to content

Commit

Permalink
Fix bblocks-config-local filename
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Oct 30, 2024
1 parent d42a292 commit bff70fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ogc/bblocks/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@
register_additional_metadata['sparqlEndpoint'] = sparql_conf['query']

bb_local_config_file = Path('bblocks-config-local.yml')
if not bb_local_config_file.is_file():
bb_local_config_file = Path('bblocks-config-local.yaml')
import_local_mappings = None
if bb_local_config_file.is_file():
bb_local_config = load_yaml(filename=bb_local_config_file)
Expand Down

0 comments on commit bff70fa

Please sign in to comment.