FIX add load metadata
This commit is contained in:
parent
c74f649a64
commit
481893548f
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.5.1'
|
__version__ = '0.1.5.2'
|
||||||
|
|
|
@ -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)
|
metadata = yaml.safe_load(stream)
|
||||||
return metadata
|
return metadata
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue