Closed martinschorb closed 1 year ago
Hi,
I have converted a project into the current spec. However, my source metadata seems to have some issues:
I tried running get_shape and ran into a KeyError: 'storage' It seems that it does not adhere to the current spec.
get_shape
KeyError: 'storage'
Here's the culprit:
https://github.com/mobie/mobie-utils-python/blob/377a72dad9a9af7e9329135516436b02ec037beb/mobie/metadata/source_metadata.py#L67
Hi,
I have converted a project into the current spec. However, my source metadata seems to have some issues:
I tried running
get_shape
and ran into aKeyError: 'storage'
It seems that it does not adhere to the current spec.