From 328b8ce996d4f8ea4ea4cec22f9ff54be8dc928a Mon Sep 17 00:00:00 2001 From: Xiaohan Zhang Date: Tue, 12 Nov 2024 22:59:40 -0800 Subject: [PATCH] Update streaming/base/shared/prefix.py Co-authored-by: Saaketh Narayan --- streaming/base/shared/prefix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streaming/base/shared/prefix.py b/streaming/base/shared/prefix.py index dda6a7038..b6b03d865 100644 --- a/streaming/base/shared/prefix.py +++ b/streaming/base/shared/prefix.py @@ -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)