Skip to content

Commit

Permalink
clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald committed Jan 13, 2025
1 parent 541f91d commit a79ad58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyterrier/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def open_or_download_stream(

yield fin
else:
raise OSError(f'path or url {path_or_url!r} not found')
raise OSError(f'path or url {path_or_url!r} not found') # error can occur here if protocol entrypoints were not found - try pip install .


class _NosyReader(io.BufferedIOBase, ABC):
Expand Down

0 comments on commit a79ad58

Please sign in to comment.