diff --git a/lib/crewai-tools/src/crewai_tools/tools/brightdata_tool/brightdata_dataset.py b/lib/crewai-tools/src/crewai_tools/tools/brightdata_tool/brightdata_dataset.py index ddf4a10a1a..62978daee9 100644 --- a/lib/crewai-tools/src/crewai_tools/tools/brightdata_tool/brightdata_dataset.py +++ b/lib/crewai-tools/src/crewai_tools/tools/brightdata_tool/brightdata_dataset.py @@ -591,10 +591,10 @@ def _run( ) ) except TimeoutError as e: - return f"Timeout Exception occured in method : get_dataset_data_async. Details - {e!s}" + return f"Timeout Exception occurred in method : get_dataset_data_async. Details - {e!s}" except BrightDataDatasetToolException as e: return ( - f"Exception occured in method : get_dataset_data_async. Details - {e!s}" + f"Exception occurred in method : get_dataset_data_async. Details - {e!s}" ) except Exception as e: return f"Bright Data API error: {e!s}"