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 ac4441e commit ca43c63
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/bioregistry/external/re3data.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@ def get_re3data(force_download: bool = False):

records = dict(
thread_map(
_get_record, identifier_to_doi, unit_scale=True, unit="record", desc="Getting re3data"
_get_record,
identifier_to_doi,
unit_scale=True,
unit="record",
desc="Getting re3data",
disable=True,
)
)

Expand Down

0 comments on commit ca43c63

Please sign in to comment.