We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14c9a5 commit ecd14dcCopy full SHA for ecd14dc
pygeometa/schemas/iso19139/__init__.py
@@ -164,9 +164,8 @@ def import_(self, metadata: str) -> dict:
164
mcf['identification']['status'] = identification.status
165
166
LOGGER.debug('Setting contacts')
167
-# for contact in m.get_all_contacts():
168
-# mcf['contact'].update(get_contact(contact))
169
- mcf['contact'].update(get_contact(m.contact[0]))
+ for contact in m.get_all_contacts():
+ mcf['contact'].update(get_contact(contact))
170
171
LOGGER.debug('Setting distribution')
172
if m.distribution:
0 commit comments