Skip to content

fix: correct typo 'occured' to 'occurred' in brightdata error messages#5960

Open
developers-universe-1 wants to merge 1 commit into
crewAIInc:mainfrom
developers-universe-1:fix/typo-occurred-brightdata
Open

fix: correct typo 'occured' to 'occurred' in brightdata error messages#5960
developers-universe-1 wants to merge 1 commit into
crewAIInc:mainfrom
developers-universe-1:fix/typo-occurred-brightdata

Conversation

@developers-universe-1
Copy link
Copy Markdown

@developers-universe-1 developers-universe-1 commented May 28, 2026

Corrects spelling of occurred in BrightData dataset tool error messages. No functional changes.

Summary by CodeRabbit

  • Bug Fixes
    • Improved consistency and clarity of error messages displayed during dataset operations.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 97cf8a5e-b752-412f-84ea-968d2f78442c

📥 Commits

Reviewing files that changed from the base of the PR and between 8890e0d and 2a6e83d.

📒 Files selected for processing (1)
  • lib/crewai-tools/src/crewai_tools/tools/brightdata_tool/brightdata_dataset.py

📝 Walkthrough

Walkthrough

The PR fixes a spelling error in exception handler return messages within the BrightData dataset tool. The typo "occured" is corrected to "occurred" in both TimeoutError and BrightDataDatasetToolException handlers, with adjusted string formatting for consistency. No functional control-flow changes are introduced.

Changes

BrightData Tool Error Messages

Layer / File(s) Summary
Exception handler message corrections
lib/crewai-tools/src/crewai_tools/tools/brightdata_tool/brightdata_dataset.py
Timeout and BrightDataDatasetToolException handlers in the _run method return error messages with corrected spelling ("occurred" instead of "occured") and consistent message formatting.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A typo was found, oh what a sight,
"Occured" fixed to "Occurred"—now it's right!
A rabbit hops through with a spell-check grin,
One small commit, but the details win! ✨🐰

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: correcting a typo in error messages within the brightdata tool.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Actionable comments posted: 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant