Skip to content

Commit

Permalink
fix get_opf_path function
Browse files Browse the repository at this point in the history
  • Loading branch information
gangagyatso4364 committed Jan 9, 2024
1 parent 908ab97 commit b2eb6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpecha/core/pecha.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def get_opf_path(pecha_id, path: str) -> Path:
return

if not path:
return download_pecha(pecha_id)
path = download_pecha(pecha_id)

path = Path(path)
if path.name.endswith(".opf"):
Expand Down

0 comments on commit b2eb6eb

Please sign in to comment.