Skip to content

Commit f507769

Browse files
committed
Update constants.py
1 parent 836cc61 commit f507769

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyobo/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def _get_json_download(prefix: str) -> str | None:
267267
def _get_rdf_download(prefix: str) -> str | None:
268268
import bioregistry
269269

270-
return bioregistry.get_rdf_download(prefix)
270+
return bioregistry.get_rdf_download(prefix, get_format=False)
271271

272272

273273
#: Functions that get ontology files. Order matters in this list,

0 commit comments

Comments
 (0)