diff --git a/pygeometa/schemas/iso19139/__init__.py b/pygeometa/schemas/iso19139/__init__.py index 1c2998e..9e93168 100644 --- a/pygeometa/schemas/iso19139/__init__.py +++ b/pygeometa/schemas/iso19139/__init__.py @@ -164,9 +164,8 @@ def import_(self, metadata: str) -> dict: mcf['identification']['status'] = identification.status LOGGER.debug('Setting contacts') -# for contact in m.get_all_contacts(): -# mcf['contact'].update(get_contact(contact)) - mcf['contact'].update(get_contact(m.contact[0])) + for contact in m.get_all_contacts(): + mcf['contact'].update(get_contact(contact)) LOGGER.debug('Setting distribution') if m.distribution: