The function create_MET_uuid is appending the last_metadata_update (https://github.com/steingod/mdharvest/blame/main/src/mdh_modules/createMETUUID.py#L39) to the file name, but that is always empty: :
mylastupdate = tree.find('{http://www.met.no/schema/mmd}last_metadata_update').text
I think this is due to the old version of last_metadata_update, that was a single field and not a complex one as it is now, i.e. last_metadata_update/update/datetime.
The function create_MET_uuid is appending the last_metadata_update (https://github.com/steingod/mdharvest/blame/main/src/mdh_modules/createMETUUID.py#L39) to the file name, but that is always empty: :
mylastupdate = tree.find('{http://www.met.no/schema/mmd}last_metadata_update').textI think this is due to the old version of last_metadata_update, that was a single field and not a complex one as it is now, i.e. last_metadata_update/update/datetime.