FIX add load metadata

This commit is contained in:
François Boulogne 2024-11-19 07:53:36 +01:00
parent 5d9a8a4498
commit c74f649a64
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
__version__ = '0.1.5'
__version__ = '0.1.5.1'

View file

@ -30,5 +30,5 @@ def load_metadata(filepath):
"""
with open(tilepath, 'r') as stream:
metadata = yaml.safe_load(stream)
metadata = yaml.safe_load(stream)
return metadata