Skip to content

Commit

Permalink
Update to mapping schema filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Jan 12, 2024
1 parent c7dc0c2 commit 312c446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv2bufr/templates/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def validate_template(mapping: dict) -> bool:
"""
global _warnings
# load internal file schema for mappings
file_schema = f"{SCHEMA}{os.sep}mapping_schema.json"
file_schema = f"{SCHEMA}{os.sep}csv2bufr-template-v2.json"
with open(file_schema) as fh:
schema = json.load(fh)

Expand Down

0 comments on commit 312c446

Please sign in to comment.