Skip to content

Commit a9de255

Browse files
committed
docs: clarify pull_file docstring with failure example
1 parent 2504e51 commit a9de255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/humanloop/sync/sync_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def _pull_file(self, path: str, environment: Optional[str] = None) -> bool:
206206
"""Pull a specific file from Humanloop to local filesystem.
207207
208208
Returns:
209-
True if the file was successfully pulled, False otherwise
209+
True if the file was successfully pulled, False otherwise (e.g. if the file was not found)
210210
"""
211211
try:
212212
file = self.client.files.retrieve_by_path(

0 commit comments

Comments
 (0)