Skip to content

Commit

Permalink
Update re3data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jul 30, 2022
1 parent 2d94ba5 commit ac4441e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bioregistry/align/re3data.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_curation_row(self, external_id, external_entry) -> Sequence[str]:
"""Prepare curation rows for unaligned re3data registry entries."""
return [
external_entry["name"],
external_entry["homepage"],
external_entry.get("homepage", ""),
external_entry["description"],
]

Expand Down

0 comments on commit ac4441e

Please sign in to comment.