FIX add load metadata

This commit is contained in:
François Boulogne 2024-11-19 07:54:57 +01:00
parent c74f649a64
commit 481893548f
2 changed files with 3 additions and 3 deletions

View file

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

View file

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