We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42a292 commit bff70faCopy full SHA for bff70fa
ogc/bblocks/entrypoint.py
@@ -202,6 +202,8 @@
202
register_additional_metadata['sparqlEndpoint'] = sparql_conf['query']
203
204
bb_local_config_file = Path('bblocks-config-local.yml')
205
+ if not bb_local_config_file.is_file():
206
+ bb_local_config_file = Path('bblocks-config-local.yaml')
207
import_local_mappings = None
208
if bb_local_config_file.is_file():
209
bb_local_config = load_yaml(filename=bb_local_config_file)
0 commit comments