EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit c29fe380 authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

fixing level issue

parent 505c5c93
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,7 @@ def add_mask(product):
def get_product_type_and_level(metadata_item):
level = None
with access.vsi_open(metadata_item) as f:
tree = lxml.etree.parse(f)
root = tree.getroot()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment