Skip to content

Commit 141d3fd

Browse files
committed
Update getters.py
1 parent 0908ab5 commit 141d3fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyobo/getters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def get_ontology(
180180
elif ontology_format == "json":
181181
from .struct.obograph import read_obograph
182182

183-
obo = read_obograph(prefix=prefix, path=path_pack.path)
183+
obo = read_obograph(prefix=prefix, path=path)
184184
if cache:
185185
obo.write_default(force=force_process)
186186
return obo

0 commit comments

Comments
 (0)