Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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}"