Skip to content

Commit

Permalink
Update streaming/base/shared/prefix.py
Browse files Browse the repository at this point in the history
Co-authored-by: Saaketh Narayan <[email protected]>
  • Loading branch information
XiaohanZhangCMU and snarayan21 authored Nov 13, 2024
1 parent 3d9815e commit 328b8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streaming/base/shared/prefix.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _check_and_find(streams_local: list[str], streams_remote: list[Union[str, No
if prefix_int >= MAX_PREFIX_INT:
raise ValueError(f'prefix_int exceeds {MAX_PREFIX_INT}. This may happen ' +
f'when you mock os.path.exists or os.stat functions so the filelock ' +
f'checks always returns ``True`` ' + f'you need to clean up TMPDIR.')
f'checks always returns `True` ' + f'you need to clean up TMPDIR.')

name = _get_path(prefix_int, shm_name)

Expand Down

0 comments on commit 328b8ce

Please sign in to comment.